Label on shared
[pithos-ms-client] / trunk / Pithos.Client.WPF / SelectiveSynch / SelectiveSynchViewModel.cs
index e680d88..2128929 100644 (file)
@@ -138,7 +138,7 @@ namespace Pithos.Client.WPF.SelectiveSynch
 \r
             var othersNode = new DirectoryRecord\r
                                  {\r
-                                     DisplayName = "Shared to me",\r
+                                     DisplayName = "Shared with me",\r
                                      Directories=accountNodes.ToList()\r
                                  };\r
 \r
@@ -149,9 +149,10 @@ namespace Pithos.Client.WPF.SelectiveSynch
                                    Directories = ownFolders.ToList()\r
                                };\r
 \r
-            var localFolders = SelectiveExtensions.LocalFolders(AccountName, Account.RootPath,client.StorageUrl.AbsoluteUri);\r
+            // Add Local Folders\r
+            ///var localFolders = SelectiveExtensions.LocalFolders(AccountName, Account.RootPath,client.StorageUrl.AbsoluteUri);\r
 \r
-            AppendToTree(localFolders, rootItem);\r
+            ///AppendToTree(localFolders, rootItem);\r
             \r
             //For each local folder that doesn't exist in the server nodes \r
             //find the best matching parent and add the folder below it.\r