author | Alexander Gavrilov <angavrilov@gmail.com> | |
Thu, 13 Nov 2008 18:52:52 +0000 (21:52 +0300) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sun, 16 Nov 2008 22:02:13 +0000 (14:02 -0800) | ||
commit | 941930732fc0bbffbd19e9fa09fe00bc1512a3a7 | |
tree | f9178d99057521fab4508e289c214febc0a88eb7 | tree | snapshot |
parent | bd45bd91e6606bea77a02a979a3a48cf058d981d | commit | diff |
git-gui: Fix the search bar destruction handler.
Since delete_this is an ordinary function, it
should not be passed to cb; otherwise it produces
errors when blame windows are closed. Unfortunately,
it is not noticeable when blame is shown in the
master window, so I missed this bug.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Since delete_this is an ordinary function, it
should not be passed to cb; otherwise it produces
errors when blame windows are closed. Unfortunately,
it is not noticeable when blame is shown in the
master window, so I missed this bug.
Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
lib/search.tcl | diff | blob | history |