diff settingsdialog.cpp @ 98:3e6c3281fb97

* Wire up the basic Hg actions again
author Chris Cannam
date Wed, 24 Nov 2010 17:11:44 +0000
parents 794db9353c7f
children
line wrap: on
line diff
--- a/settingsdialog.cpp	Wed Nov 24 16:53:40 2010 +0000
+++ b/settingsdialog.cpp	Wed Nov 24 17:11:44 2010 +0000
@@ -125,7 +125,7 @@
     mainWnd -> writeSettings();
     mainWnd -> enableDisableActions();
     mainWnd -> hgStat();
-    mainWnd -> hgExp -> setWorkFolderAndRepoNames(mainWnd -> workFolderPath, mainWnd -> remoteRepoPath);
+    mainWnd -> hgTabs -> setWorkFolderAndRepoNames(mainWnd -> workFolderPath, mainWnd -> remoteRepoPath);
 
     QDir dir(mainWnd -> workFolderPath);
     if (dir.exists(mainWnd -> workFolderPath))