Skip to content

Commit f1a8cc6

Browse files
committed
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
2 parents 9907721 + 094fbbf commit f1a8cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui/lib/error.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ proc info_popup {msg} {
4747
append title " ([reponame])"
4848
}
4949
tk_messageBox \
50-
-parent $parent \
50+
-parent [_error_parent] \
5151
-icon info \
5252
-type ok \
5353
-title $title \

0 commit comments

Comments
 (0)