Merge branch 'maint'
authorShawn O. Pearce <spearce@spearce.org>
Thu, 28 Feb 2008 06:29:19 +0000 (01:29 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 28 Feb 2008 06:29:19 +0000 (01:29 -0500)
* maint:
git-gui: Paper bag fix info dialog when no files are staged at commit

lib/error.tcl
index 08a24622c7ff199399805ef34f0396f6cb81613c..8c27678e3a45c011cfc6a21f5d53b0d87c66b4a6 100644 (file)
@@ -47,7 +47,7 @@ proc info_popup {msg} {
                append title " ([reponame])"
        }
        tk_messageBox \
-               -parent $parent \
+               -parent [_error_parent] \
                -icon info \
                -type ok \
                -title $title \