From 854192a94903e9ea13b769d5dc82fc7244dbeb93 Mon Sep 17 00:00:00 2001 From: George Pantazis Date: Tue, 8 May 2012 19:09:25 +0300 Subject: [PATCH] Label on shared Signed-off-by: George Pantazis --- trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs | 4 ++-- .../Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs index e267713..45a2571 100644 --- a/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs +++ b/trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs @@ -93,5 +93,5 @@ using System.Windows; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.20508.0")] -[assembly: AssemblyFileVersionAttribute("0.7.20508.0")] +[assembly: AssemblyVersion("0.7.20509.0")] +[assembly: AssemblyFileVersionAttribute("0.7.20509.0")] diff --git a/trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs b/trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs index e680d88..2128929 100644 --- a/trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs +++ b/trunk/Pithos.Client.WPF/SelectiveSynch/SelectiveSynchViewModel.cs @@ -138,7 +138,7 @@ namespace Pithos.Client.WPF.SelectiveSynch var othersNode = new DirectoryRecord { - DisplayName = "Shared to me", + DisplayName = "Shared with me", Directories=accountNodes.ToList() }; @@ -149,9 +149,10 @@ namespace Pithos.Client.WPF.SelectiveSynch Directories = ownFolders.ToList() }; - var localFolders = SelectiveExtensions.LocalFolders(AccountName, Account.RootPath,client.StorageUrl.AbsoluteUri); + // Add Local Folders + ///var localFolders = SelectiveExtensions.LocalFolders(AccountName, Account.RootPath,client.StorageUrl.AbsoluteUri); - AppendToTree(localFolders, rootItem); + ///AppendToTree(localFolders, rootItem); //For each local folder that doesn't exist in the server nodes //find the best matching parent and add the folder below it. -- 1.7.10.4