Merge git://repo.or.cz/git-gui

* git://repo.or.cz/git-gui:
  git-gui: Correctly cleanup msgfmt '1 message untranslated' output
  git-gui: Make the statistics of po2msg match those of msgfmt
  git-gui: Fallback to Tcl based po2msg.sh if msgfmt isn't available
  git-gui: Work around random missing scrollbar in revision list
This commit is contained in:
Junio C Hamano
2008-01-23 21:37:12 -08:00
3 changed files with 28 additions and 5 deletions

View File

@ -451,7 +451,8 @@ method _sb_set {sb orient first last} {
focus $old_focus
}
}
$sb set $first $last
catch {$sb set $first $last}
}
method _show_tooltip {pos} {