diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-01 06:19:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-01 06:19:43 +0100 |
commit | f1a8cc635455a65567d040349327b9ea4adb479b (patch) | |
tree | cfe62535917e46aed34e55d9e725474a528bd54e /git-gui | |
parent | templates/Makefile: don't depend on local umask setting (diff) | |
parent | git-gui: Paper bag fix info dialog when no files are staged at commit (diff) | |
download | git-f1a8cc635455a65567d040349327b9ea4adb479b.tar.xz git-f1a8cc635455a65567d040349327b9ea4adb479b.zip |
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 08a24622c7..8c27678e3a 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 \ |