Modified to allow initial selection of all folders and containers
[pithos-ms-client] / trunk / Pithos.Client.WPF / SelectiveSynch / DirectoryRecord.cs
index 555aa92..8355103 100644 (file)
@@ -173,7 +173,11 @@ namespace Pithos.Client.WPF.SelectiveSynch
 
         public bool IsExplicitlyChecked
         {
-            set { _isChecked=value; }
+            set\r
+            {\r
+                _isChecked=value;\r
+                this.RaisePropertyChangedEventImmediately("IsChecked");\r
+            }
         }
 
         public DirectoryRecord(ObjectInfo info)