summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 46308ea)
raw | patch | inline | side by side (parent: 46308ea)
author | Paul Mackerras <paulus@samba.org> | |
Tue, 15 Jan 2008 11:30:40 +0000 (22:30 +1100) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Tue, 15 Jan 2008 11:30:40 +0000 (22:30 +1100) |
This fixes a bug where changing the commit range or file list for an
existing view and then clicking OK would cause gitk to go into an
infinite loop. The problem was that newviewok was invoking reloadcommits
via "run reloadcommits", but reloadcommits wasn't explicitly returning
0, and whatever it was returning was causing dorunq to run it over
and over again. This fixes it by making reloadcommits return 0.
Signed-off-by: Paul Mackerras <paulus@samba.org>
existing view and then clicking OK would cause gitk to go into an
infinite loop. The problem was that newviewok was invoking reloadcommits
via "run reloadcommits", but reloadcommits wasn't explicitly returning
0, and whatever it was returning was causing dorunq to run it over
and over again. This fixes it by making reloadcommits return 0.
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | patch | blob | history |