Merge branch 'maint'

* maint:
  git-gui: Paper bag fix info dialog when no files are staged at commit
This commit is contained in:
Shawn O. Pearce 2008-02-28 01:29:19 -05:00
commit f49b6c10b7

View File

@ -47,7 +47,7 @@ proc info_popup {msg} {
append title " ([reponame])"
}
tk_messageBox \
-parent $parent \
-parent [_error_parent] \
-icon info \
-type ok \
-title $title \