[f-spot] follow the conventions, nemae the Event evnt



commit 698afd87cc3ffc30fcffa15becb9b198be0ead44
Author: Stephane Delcroix <stephane delcroix org>
Date:   Tue Jun 16 16:56:39 2009 +0200

    follow the conventions, nemae the Event evnt

 src/Widgets/ImageView.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Widgets/ImageView.cs b/src/Widgets/ImageView.cs
index 49a771f..fc2343d 100644
--- a/src/Widgets/ImageView.cs
+++ b/src/Widgets/ImageView.cs
@@ -552,13 +552,13 @@ namespace FSpot.Widgets
 			}
 		}
 
-		protected override bool OnKeyPressEvent (EventKey key)
+		protected override bool OnKeyPressEvent (EventKey evnt)
 		{
 			bool handled = true;
 			int x, y;
 			Gdk.ModifierType type;
 
-			switch(key.Key) {
+			switch(evnt.Key) {
 			case Gdk.Key.Up:
 			case Gdk.Key.KP_Up:
 			case Gdk.Key.k:
@@ -604,7 +604,7 @@ namespace FSpot.Widgets
 			if (handled)
 				return true;
 
-			return base.OnKeyPressEvent (key);
+			return base.OnKeyPressEvent (evnt);
 		}
 
 #endregion



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