f-spot r4349 - trunk/src



Author: sdelcroix
Date: Mon Sep 15 14:40:17 2008
New Revision: 4349
URL: http://svn.gnome.org/viewvc/f-spot?rev=4349&view=rev

Log:
fixing the build


Modified:
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Mon Sep 15 14:40:17 2008
@@ -1460,7 +1460,7 @@
 		}
 
 		if (handled)
-			args.RetVal = result;
+			args.RetVal = handled;
 	}
 
 	void HandleIconViewKeyPressEvent (object sender, Gtk.KeyPressEventArgs args)



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