diff mainwindow.cpp @ 273:cc95394e2392 easyhg_v0.3.2

* Add warning dialog for "restore default settings"; add option for dates or ages in history list
author Chris Cannam
date Tue, 25 Jan 2011 16:41:40 +0000
parents 8730dd806cca
children 1244dc3107cb f7cdd5b31aed a98e76fa58f2 9162f14c5ab7
line wrap: on
line diff
--- a/mainwindow.cpp	Tue Jan 25 16:12:23 2011 +0000
+++ b/mainwindow.cpp	Tue Jan 25 16:41:40 2011 +0000
@@ -1360,6 +1360,7 @@
     if (settingsDlg->presentationChanged()) {
         hgTabs->updateFileStates();
         updateToolBarStyle();
+        hgRefresh();
     }
 }
 
@@ -1509,7 +1510,7 @@
 void MainWindow::checkFilesystem()
 {
     DEBUG << "MainWindow::checkFilesystem" << endl;
-    hgStat();
+    hgRefresh();
 }
 
 void MainWindow::fsDirectoryChanged(QString d)