diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-11-16 15:51:11 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-11-16 15:51:11 -0800 |
| commit | 6e13921b4f7adcc7316a76c0c4955b85b1589a65 (patch) | |
| tree | d741279335c8a6b9e1565d1a999bc0018545a754 /git-gui/lib/search.tcl | |
| parent | Merge branch 'maint' (diff) | |
| parent | git-gui: Fix the search bar destruction handler. (diff) | |
| download | git-6e13921b4f7adcc7316a76c0c4955b85b1589a65.tar.gz git-6e13921b4f7adcc7316a76c0c4955b85b1589a65.zip | |
Merge git://repo.or.cz/git-gui
* git://repo.or.cz/git-gui:
git-gui: Fix the search bar destruction handler.
Update the po template
git-gui: Implement automatic rescan after Tool execution.
git-gui: Allow Tools request arguments from the user.
git-gui: Add a Tools menu for arbitrary commands.
git-gui: Fix the after callback execution in rescan.
git-gui: Implement system-wide configuration handling.
git-gui: try to provide a window icon under X
Diffstat (limited to 'git-gui/lib/search.tcl')
| -rw-r--r-- | git-gui/lib/search.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-gui/lib/search.tcl b/git-gui/lib/search.tcl index 32c8656fc9..b371e9a30a 100644 --- a/git-gui/lib/search.tcl +++ b/git-gui/lib/search.tcl @@ -35,7 +35,7 @@ constructor new {i_w i_text args} { trace add variable searchstring write [cb _incrsearch_cb] - bind $w <Destroy> [cb delete_this] + bind $w <Destroy> [list delete_this $this] return $this } |
