changeset 552:7663c1c19d47

Fix #356, Failed to open existing repository when using open "File Folder"
author Chris Cannam
date Thu, 16 Feb 2012 14:30:46 +0000
parents 7aac208dfb5c
children 9c8147c9f245
files src/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mainwindow.cpp	Thu Feb 16 14:20:41 2012 +0000
+++ b/src/mainwindow.cpp	Thu Feb 16 14:30:46 2012 +0000
@@ -1779,6 +1779,7 @@
 
     if (status == FolderHasRepo) {
         if (!askToOpenInsteadOfInit(local)) return false;
+        return openLocal(local);
     }
 
     if (containing != "") {