f-spot r4143 - in trunk: . src



Author: rubenv
Date: Thu Jul  3 08:51:01 2008
New Revision: 4143
URL: http://svn.gnome.org/viewvc/f-spot?rev=4143&view=rev

Log:
2008-07-03  Ruben Vermeersch  <ruben savanne be>

	* src/PhotoStore.cs: Make it really obvious that you are doing the wrong
	thing.


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

Modified: trunk/src/PhotoStore.cs
==============================================================================
--- trunk/src/PhotoStore.cs	(original)
+++ trunk/src/PhotoStore.cs	Thu Jul  3 08:51:01 2008
@@ -423,6 +423,7 @@
 	public override void Commit (DbItem item)
 	{
 		Log.Warning ("You should not use PhotoStore.Commit(DbItem) for photos, the events are not specific enough");
+		Log.Warning (Environment.StackTrace);
 		Commit (item as Photo, true, true);
 	}
 



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