f-spot r4651 - in trunk: . src/Widgets



Author: sdelcroix
Date: Tue Dec  2 12:58:50 2008
New Revision: 4651
URL: http://svn.gnome.org/viewvc/f-spot?rev=4651&view=rev

Log:
no longer forward keystrokes

2008-12-02  Stephane Delcroix  <sdelcroix novell com>

	* src/Widgets/IconView.cs: no longer forward keystrokes to parent
	widgets for movement keys.

Modified:
   trunk/ChangeLog
   trunk/src/Widgets/IconView.cs

Modified: trunk/src/Widgets/IconView.cs
==============================================================================
--- trunk/src/Widgets/IconView.cs	(original)
+++ trunk/src/Widgets/IconView.cs	Tue Dec  2 12:58:50 2008
@@ -1549,11 +1549,6 @@
 				return;
 			}
 
-			if (FocusCell == focus_old) {
-				args.RetVal = false;
-				return;
-			}
-
 			if (shift) {
 				if (focus_old != FocusCell && selection.Contains (focus_old) && selection.Contains (FocusCell))
 					selection.Remove (FocusCell, focus_old);



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