[evolution-patches] Fix for #353922 shortcut conflict: new shared memo vs evolution preferences



Hello Evo Hackers,

I posted this patch the other day, but just now noted that I should
send my patches to this list (should I?).

I'm proposing this to fix the bug:

Index: memos-component.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/memos-component.c,v
retrieving revision 1.11
diff -u -p -r1.11 memos-component.c
--- memos-component.c	16 Oct 2006 18:13:51 -0000	1.11
+++ memos-component.c	3 Dec 2006 19:02:52 -0000
@@ -1174,7 +1174,7 @@ impl__get_userCreatableItems (PortableSe
	list->_buffer[1].description = _("New shared memo");
	list->_buffer[1].menuDescription = _("_Shared memo");
	list->_buffer[1].tooltip = _("Create a shared new memo");
-	list->_buffer[1].menuShortcut = 's';
+	list->_buffer[1].menuShortcut = 'h';
	list->_buffer[1].iconName = "stock_insert-note";
	list->_buffer[1].type = GNOME_Evolution_CREATABLE_OBJECT;


Original url: http://bugzilla.gnome.org/attachment.cgi?id=77594&action=view

I think I should also change "_Shared memo" to "S_hared memo". Am I wrong?

Please CC me in your replies to this, I'm not subscribed.

Greetings



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