f-spot r4175 - trunk/src/Core



Author: sdelcroix
Date: Mon Jul 14 07:02:21 2008
New Revision: 4175
URL: http://svn.gnome.org/viewvc/f-spot?rev=4175&view=rev

Log:
set PhotoChanges public


Modified:
   trunk/src/Core/Photo.cs

Modified: trunk/src/Core/Photo.cs
==============================================================================
--- trunk/src/Core/Photo.cs	(original)
+++ trunk/src/Core/Photo.cs	Mon Jul 14 07:02:21 2008
@@ -117,7 +117,7 @@
 		}
 	
 		PhotoChanges changes = new PhotoChanges ();
-		internal PhotoChanges Changes {
+		public PhotoChanges Changes {
 			get{ return changes; }
 			set {
 				if (value != null)



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