f-spot r4604 - in trunk: . src



Author: sdelcroix
Date: Fri Nov 21 14:12:02 2008
New Revision: 4604
URL: http://svn.gnome.org/viewvc/f-spot?rev=4604&view=rev

Log:
Missing commit in the Sharpener

2008-11-21  Lorenzo Milesi  <maxxer yetopen it>

	* src/Loupe.cs: add missing commit

Modified:
   trunk/ChangeLog
   trunk/src/Loupe.cs

Modified: trunk/src/Loupe.cs
==============================================================================
--- trunk/src/Loupe.cs	(original)
+++ trunk/src/Loupe.cs	Fri Nov 21 14:12:02 2008
@@ -56,6 +56,8 @@
 				bool create_version = photo.DefaultVersion.IsProtected;
 
 				photo.SaveVersion (final, create_version);
+				photo.Changes.DataChanged = true;
+				Core.Database.Photos.Commit (photo);
 			} catch (System.Exception e) {
 				string msg = Catalog.GetString ("Error saving sharpened photo");
 				string desc = String.Format (Catalog.GetString ("Received exception \"{0}\". Unable to save photo {1}"),



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