summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8009dcd)
raw | patch | inline | side by side (parent: 8009dcd)
author | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 12 Nov 2006 20:04:15 +0000 (15:04 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 13 Nov 2006 05:10:37 +0000 (00:10 -0500) |
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>
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 | patch | blob | history |
index f959cb670668706df59194581ec9e5f9fb607047..2138d2d2e19ba0ddbfdac4727dde006eff8b0d3e 100755 (executable)
--- a/git-gui
+++ b/git-gui
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