changeset 549:06f7ae09015f

Fix error that caused fs watcher to be updated during operations
author Chris Cannam
date Wed, 15 Feb 2012 14:34:35 +0000
parents dca5bd5b2a06
children c2207b729ab0
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Tue Feb 14 17:55:39 2012 +0000
+++ b/src/mainwindow.cpp	Wed Feb 15 14:34:35 2012 +0000
@@ -1831,8 +1831,8 @@
             hgRefresh();
             return;
         }
+        updateFsWatcher();
     }
-    updateFsWatcher();
 }
 
 QString MainWindow::format1(QString head)