git-gui: Use 'after 1' to post UI rather than tkwait.
commit4af2c384eaae62300765e205c705c7741dd7dd31
authorShawn O. Pearce <spearce@spearce.org>
Sun, 12 Nov 2006 20:04:15 +0000 (12 15:04 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Nov 2006 05:10:37 +0000 (13 00:10 -0500)
treebf26176d82875d6f2af87c1f2da0eff6759a71b3
parent8009dcdc8d9bee0b5aab1f6e860a834ffbb0b08f
git-gui: Use 'after 1' to post UI rather than tkwait.

The tkwait visibility command and Windows doesn't seem to realize
the window is visible, consequently we are never finishing our
initialization by calling update_status.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui