Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git-gui: Paper bag fix info dialog when no files are staged at commit
  • Loading branch information
Shawn O. Pearce committed Feb 28, 2008
2 parents b5e2f80 + 094fbbf commit f49b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 f49b6c1

Please sign in to comment.