aegif / CmisSync

Synchronize content between a CMIS repository and your desktop. Like Dropbox for Enterprise Content Management!
http://CmisSync.com
164 stars 123 forks source link

Multi-repository: Last repo does not expand on Mac OS X #609

Open nicolas-raoul opened 9 years ago

nicolas-raoul commented 9 years ago

Despite it working on Linux. Tested with multi-repository NemakiWare.

nicolas-raoul commented 9 years ago

Retry this when I have time:

diff --git a/CmisSync/Mac/SetupSubRepoSelectController.cs b/CmisSync/Mac/SetupSubRepoSelectController.cs
index 5492f97..ccce4f6 100644
--- a/CmisSync/Mac/SetupSubRepoSelectController.cs
+++ b/CmisSync/Mac/SetupSubRepoSelectController.cs
@@ -162,7 +162,9 @@ namespace CmisSync
                     {
                         var cmis = (NSCmisTree) cell.RepresentedObject;
                         Controller.saved_remote_path = cmis.FullPath;
-                        Console.WriteLine("SelectionChanged: " + Controller.saved_remote_path);
+                        Controller.saved_repository = FIXME go to the root folder
+                        Console.WriteLine("SelectionChanged: "
+                          + Controller.saved_repository + " " + Controller.saved_remote_path);
                     }
                 });
         }