anjuta r4175 - in trunk: . plugins/document-manager



Author: sgranjoux
Date: Sat Aug 23 10:41:04 2008
New Revision: 4175
URL: http://svn.gnome.org/viewvc/anjuta?rev=4175&view=rev

Log:
	* plugins/document-manager/plugin.c:
	Fix #548646 Delete key press is routed to editor window
	when terminal window is active (remove shortcut)


Modified:
   trunk/ChangeLog
   trunk/plugins/document-manager/plugin.c

Modified: trunk/plugins/document-manager/plugin.c
==============================================================================
--- trunk/plugins/document-manager/plugin.c	(original)
+++ trunk/plugins/document-manager/plugin.c	Sat Aug 23 10:41:04 2008
@@ -311,7 +311,7 @@
 #else
 	GTK_STOCK_CLEAR
 #endif
-	, N_("_Clear"), "Delete",
+	, N_("_Clear"), NULL,
 	N_("Delete the selected text from the editor"),
     G_CALLBACK (on_editor_command_clear_activate)},
 };



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