Browse Source

Merge branch 'maint'

* maint:
  git-gui: Paper bag fix info dialog when no files are staged at commit
maint
Shawn O. Pearce 17 years ago
parent
commit
f49b6c10b7
  1. 2
      lib/error.tcl

2
lib/error.tcl

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

Loading…
Cancel
Save