diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-02-29 21:19:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-29 21:19:43 -0800 |
commit | f1a8cc635455a65567d040349327b9ea4adb479b (patch) | |
tree | cfe62535917e46aed34e55d9e725474a528bd54e /git-gui | |
parent | 9907721501e19758e64bcce6d3b140316c9307b9 (diff) | |
parent | 094fbbf96415323907e71ec224a0f5d6e585d9d0 (diff) | |
download | git-f1a8cc635455a65567d040349327b9ea4adb479b.tar.gz git-f1a8cc635455a65567d040349327b9ea4adb479b.tar.xz |
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
* 'maint' of git://repo.or.cz/git-gui:
git-gui: Paper bag fix info dialog when no files are staged at commit
Diffstat (limited to 'git-gui')
-rw-r--r-- | git-gui/lib/error.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/error.tcl b/git-gui/lib/error.tcl index 08a24622c..8c27678e3 100644 --- a/git-gui/lib/error.tcl +++ b/git-gui/lib/error.tcl @@ -47,7 +47,7 @@ proc info_popup {msg} { append title " ([reponame])" } tk_messageBox \ - -parent $parent \ + -parent [_error_parent] \ -icon info \ -type ok \ -title $title \ |