[f-spot] Remove bits from an unfinished feature.



commit 8cfe817db4090029ef6639f2bf78e27b6ad780dd
Author: Ruben Vermeersch <ruben savanne be>
Date:   Mon Jun 14 22:05:16 2010 +0200

    Remove bits from an unfinished feature.

 src/MainWindow.cs |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/MainWindow.cs b/src/MainWindow.cs
index d505b4b..79740cc 100644
--- a/src/MainWindow.cs
+++ b/src/MainWindow.cs
@@ -2831,20 +2831,8 @@ namespace FSpot
 			if (Selection.Count == 0 || tagbar.Visible && tag_entry.HasFocus)
 				return;
 	
-	#if !ALLOW_TAG_TYPING_WITHOUT_HOTKEY
 			if (args.Event.Key != Gdk.Key.t)
 				return;
-	#endif
-	
-	#if ALLOW_TAG_TYPING_WITHOUT_HOTKEY
-			char c = System.Convert.ToChar (Gdk.Keyval.ToUnicode ((uint) args.Event.Key));
-			if (! System.Char.IsLetter (c))
-				return;
-	#endif
-			
-	#if ALLOW_TAG_TYPING_WITHOUT_HOTKEY
-			tag_entry.Text += c;
-	#endif
 	
 			tagbar.Show ();
 			UpdateTagEntryFromSelection ();



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