Fix update_tree_view() to actually fall back to slow locate-and-add when needed.
commit4633085bb435421592cbd98cc998d9a4e5198303
authorPlamen Petrov <pvp@tk.ru.acad.bg>
Sun, 17 Feb 2008 22:57:04 +0000 (18 00:57 +0200)
committerPlamen Petrov <pvp@tk.ru.acad.bg>
Sun, 17 Feb 2008 22:57:04 +0000 (18 00:57 +0200)
tree373a5f2e56ac7693b5453d0f6ca6e0db2da78e0b
parent3b3fdedd1f1f59e7dcca51191ed849a9eb1525c7
Fix update_tree_view() to actually fall back to slow locate-and-add when needed.

    The fix is a missing "else break;" statement on the end of the
fast tree rebuild path, which does not allow kmk to enter an endless loop,
and resort to the slow speed tree leaf adding mode.
src/kmk.cpp