aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2008-02-28 01:29:19 -0500
committerShawn O. Pearce <spearce@spearce.org>2008-02-28 01:29:19 -0500
commitf49b6c10b7ded8c46df8ad52621faf3a04a2aa72 (patch)
treeb8a07d40821df5a598b08abc9c2ca609507280c9
parentb5e2f805e6bdbaae629399fea92deb053f4ca7cd (diff)
parent094fbbf96415323907e71ec224a0f5d6e585d9d0 (diff)
downloadgit-f49b6c10b7ded8c46df8ad52621faf3a04a2aa72.tar.gz
git-f49b6c10b7ded8c46df8ad52621faf3a04a2aa72.tar.xz
Merge branch 'maint'
* maint: git-gui: Paper bag fix info dialog when no files are staged at commit
-rw-r--r--lib/error.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl
index 08a24622c..8c27678e3 100644
--- a/lib/error.tcl
+++ b/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 \