f-spot r4316 - trunk/src



Author: sdelcroix
Date: Mon Sep  8 07:31:18 2008
New Revision: 4316
URL: http://svn.gnome.org/viewvc/f-spot?rev=4316&view=rev

Log:
fix the build


Modified:
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Mon Sep  8 07:31:18 2008
@@ -2168,7 +2168,7 @@
 	void HandleDisplayFilmstrip (object sender, EventArgs args)
 	{
 		photo_view.FilmStripVisibility = display_filmstrip.Active;
-		if (view_mode == ModeType.PhotoView) {
+		if (view_mode == ModeType.PhotoView)
 			photo_view.QueueDraw ();
 	}
 



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