Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git-gui: don't hide the Browse button when resizing the repo chooser
  • Loading branch information
Shawn O. Pearce committed Mar 17, 2009
2 parents 880fa11 + 379f84b commit 73fea17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/choose_repository.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ method _do_new {} {
grid $w_body.where.l $w_body.where.t $w_body.where.b -sticky ew
pack $w_body.where -fill x

grid columnconfigure $w_body.where 1 -weight 1

trace add variable @local_path write [cb _write_local_path]
bind $w_body.h <Destroy> [list trace remove variable @local_path write [cb _write_local_path]]
update
Expand Down Expand Up @@ -998,6 +1000,8 @@ method _do_open {} {
grid $w_body.where.l $w_body.where.t $w_body.where.b -sticky ew
pack $w_body.where -fill x

grid columnconfigure $w_body.where 1 -weight 1

trace add variable @local_path write [cb _write_local_path]
bind $w_body.h <Destroy> [list trace remove variable @local_path write [cb _write_local_path]]
update
Expand Down

0 comments on commit 73fea17

Please sign in to comment.