diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2006-11-12 15:04:15 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2006-11-13 00:10:37 -0500 |
commit | 4af2c384eaae62300765e205c705c7741dd7dd31 (patch) | |
tree | bf26176d82875d6f2af87c1f2da0eff6759a71b3 /git-gui | |
parent | 8009dcdc8d9bee0b5aab1f6e860a834ffbb0b08f (diff) | |
download | git-4af2c384eaae62300765e205c705c7741dd7dd31.tar.gz git-4af2c384eaae62300765e205c705c7741dd7dd31.tar.xz |
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>
Diffstat (limited to 'git-gui')
-rwxr-xr-x | git-gui | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2337,5 +2337,4 @@ load_all_remotes populate_remote_menu .mbar.fetch From fetch_from populate_remote_menu .mbar.push To push_to populate_pull_menu .mbar.pull -tkwait visibility . -update_status +after 1 update_status |