summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-02-27 22:13:55 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-02-27 22:13:55 +0900
commit058bd5c36200f1b31cf06dfafc49fb08af38b1f5 (patch)
treead14849ef0c58c2faab78aa657bc420b85f2e742
parent7f55022fcfa6abe19b893889b01cfddb75fc870c (diff)
downloadtdebase-058bd5c36200f1b31cf06dfafc49fb08af38b1f5.tar.gz
tdebase-058bd5c36200f1b31cf06dfafc49fb08af38b1f5.zip
Fixed Quick File Browser crash when the contents of a directory was
modified. This resolves bug 2863. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kicker/kicker/ui/browser_mnu.cpp4
1 files changed, 0 insertions, 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;