diff options
author | Pavel Roskin <proski@gnu.org> | 2006-04-05 19:02:50 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-06 10:19:23 +1000 |
commit | 37543541257c1066f8222e5c62933266936efabf (patch) | |
tree | 7dbb8f310346d21dc79a968264b4dc2eff31211c | |
parent | [PATCH] Provide configurable UI font for gitk (diff) | |
download | tgif-37543541257c1066f8222e5c62933266936efabf.tar.xz |
[PATCH] gitk: Fix searching for filenames in gitk
findcont should not accept any arguments.
Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2230,7 +2230,7 @@ proc donefilediff {} { } } -proc findcont {id} { +proc findcont {} { global findid treediffs parentlist global ffileline findstartline finddidsel global displayorder numcommits matchinglines findinprogress |