diff mainwindow.h @ 363:f89e50d748ed feature_93

Enable Push button whenever the repo is non-empty, even when there is no remote location -- ask for remote location when it is pressed. Also change "Change Remote..." to "Set Remote..." to be consistent with this new usage
author Chris Cannam
date Thu, 17 Mar 2011 17:48:18 +0000
parents 73fb5ef55744
children
line wrap: on
line diff
--- a/mainwindow.h	Thu Mar 17 17:34:40 2011 +0000
+++ b/mainwindow.h	Thu Mar 17 17:48:18 2011 +0000
@@ -60,6 +60,7 @@
     void open();
     void recentMenuActivated();
     void changeRemoteRepo();
+    void changeRemoteRepo(bool initial);
     void startupDialog();
     void clearSelections();
     void showAllChanged(bool);