diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-02-28 01:29:19 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-02-28 01:29:19 -0500 |
commit | f49b6c10b7ded8c46df8ad52621faf3a04a2aa72 (patch) | |
tree | b8a07d40821df5a598b08abc9c2ca609507280c9 /lib | |
parent | Merge branch 'maint' (diff) | |
parent | git-gui: Paper bag fix info dialog when no files are staged at commit (diff) | |
download | tgif-f49b6c10b7ded8c46df8ad52621faf3a04a2aa72.tar.xz |
Merge branch 'maint'
* maint:
git-gui: Paper bag fix info dialog when no files are staged at commit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/error.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl index 08a24622c7..8c27678e3a 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 \ |