From 058bd5c36200f1b31cf06dfafc49fb08af38b1f5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 27 Feb 2018 22:13:55 +0900 Subject: [PATCH] Fixed Quick File Browser crash when the contents of a directory was modified. This resolves bug 2863. Signed-off-by: Michele Calgaro --- kicker/kicker/ui/browser_mnu.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kicker/kicker/ui/browser_mnu.cpp b/kicker/kicker/ui/browser_mnu.cpp index 6432a1cc1..b4d1b11ed 100644 --- a/kicker/kicker/ui/browser_mnu.cpp +++ b/kicker/kicker/ui/browser_mnu.cpp @@ -513,10 +513,6 @@ void PanelBrowserMenu::slotMimeCheck() void PanelBrowserMenu::slotClear() { - // no need to watch any further - if (_dirWatch.contains(path())) - _dirWatch.removeDir( path() ); - // don't change menu if already visible if (isVisible()) { _dirty = true;