[f-spot: 2/3] Tag: make IconWasCleared a property



commit 4c3da13a9459c47c3547c84b6e54fa7da2633675
Author: Johannes Berg <johannes sipsolutions net>
Date:   Thu Jun 11 13:02:27 2009 +0200

    Tag: make IconWasCleared a property

 src/Core/Tag.cs |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/Core/Tag.cs b/src/Core/Tag.cs
index dbe5404..06bdc65 100644
--- a/src/Core/Tag.cs
+++ b/src/Core/Tag.cs
@@ -73,7 +73,11 @@ namespace FSpot
 			}
 		}
 
-		public bool IconWasCleared = false;
+		bool icon_was_cleared = false;
+		public bool IconWasCleared {
+			get { return icon_was_cleared; }
+			set { icon_was_cleared = value; }
+		}
 	
 		public enum IconSize {
 			Hidden = 0,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]