f-spot r4297 - in trunk: . src/Editors



Author: rubenv
Date: Tue Aug 26 14:40:06 2008
New Revision: 4297
URL: http://svn.gnome.org/viewvc/f-spot?rev=4297&view=rev

Log:
2008-08-26  Ruben Vermeersch  <ruben savanne be>

	* Editors/Editor.cs: Force reloading of the image after resetting the
	editor, prevents the histogram from using a disposed pixbuf.

Modified:
   trunk/ChangeLog
   trunk/src/Editors/Editor.cs

Modified: trunk/src/Editors/Editor.cs
==============================================================================
--- trunk/src/Editors/Editor.cs	(original)
+++ trunk/src/Editors/Editor.cs	Tue Aug 26 14:40:06 2008
@@ -242,7 +242,7 @@
 				State.PhotoImageView.Pixbuf = original;
 				State.PhotoImageView.ZoomFit (false);
 
-				MainWindow.Toplevel.InfoBox.UpdateHistogram (original);
+				MainWindow.Toplevel.InfoBox.UpdateHistogram (null);
 			}
 
 			Reset ();



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