Skip to content

Commit

Permalink
Merge branch 'maint' of git://repo.or.cz/git-gui into maint
Browse files Browse the repository at this point in the history
* 'maint' of git://repo.or.cz/git-gui:
  git-gui: Paper bag fix info dialog when no files are staged at commit
  • Loading branch information
Junio C Hamano committed Mar 1, 2008
2 parents 9907721 + 094fbbf commit f1a8cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui/lib/error.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ proc info_popup {msg} {
append title " ([reponame])"
}
tk_messageBox \
-parent $parent \
-parent [_error_parent] \
-icon info \
-type ok \
-title $title \
Expand Down

0 comments on commit f1a8cc6

Please sign in to comment.