Mercurial > hg > easyhg
diff src/filestatuswidget.cpp @ 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 | 533519ebc0cb |
children | abfef4acceca |
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();