Merge branch 'maint'

* maint:
  Documentation cherry-pick: Fix cut-and-paste error
  git.el: find the git-status buffer whatever its name is
  git-gui: Paper bag fix info dialog when no files are staged at commit
This commit is contained in:
Junio C Hamano
2008-02-29 21:22:31 -08:00
3 changed files with 3 additions and 3 deletions

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 \