Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-01 08:19:43 +0300
committerJunio C Hamano <gitster@pobox.com>2008-03-01 08:19:43 +0300
commitf1a8cc635455a65567d040349327b9ea4adb479b (patch)
treecfe62535917e46aed34e55d9e725474a528bd54e /git-gui
parent9907721501e19758e64bcce6d3b140316c9307b9 (diff)
parent094fbbf96415323907e71ec224a0f5d6e585d9d0 (diff)
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.tcl2
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 \