changeset 592:0b0444762a5d

Remove "... in red" comment from explanatory text when searching in My Work tab; disable debug for fswatcher
author Chris Cannam
date Thu, 15 Mar 2012 16:27:38 +0000
parents 3c19058f2825
children 40b40c193eaa
files src/filestatuswidget.cpp src/fswatcher.cpp
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/filestatuswidget.cpp	Thu Mar 15 16:25:09 2012 +0000
+++ b/src/filestatuswidget.cpp	Thu Mar 15 16:27:38 2012 +0000
@@ -521,7 +521,7 @@
             item->setSelected(selectedFiles.contains(file));
         }
 
-        setLabelFor(w, s, !highPriority.empty());
+        setLabelFor(w, s, !finding && !highPriority.empty());
 
         if (!foundSomething) {
             w->parentWidget()->hide();
--- a/src/fswatcher.cpp	Thu Mar 15 16:25:09 2012 +0000
+++ b/src/fswatcher.cpp	Thu Mar 15 16:27:38 2012 +0000
@@ -28,7 +28,7 @@
 
 #include <deque>
 
-#define DEBUG_FSWATCHER 1
+//#define DEBUG_FSWATCHER 1
 
 /*
  * Watching the filesystem is trickier than it seems at first glance.