evolution r37023 - in branches/kill-bonobo: addressbook/gui/component calendar/modules mail
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37023 - in branches/kill-bonobo: addressbook/gui/component calendar/modules mail
- Date: Fri, 9 Jan 2009 19:15:57 +0000 (UTC)
Author: mbarnes
Date: Fri Jan 9 19:15:57 2009
New Revision: 37023
URL: http://svn.gnome.org/viewvc/evolution?rev=37023&view=rev
Log:
Add missing accelerator for File -> Print.
Modified:
branches/kill-bonobo/addressbook/gui/component/e-book-shell-view-actions.c
branches/kill-bonobo/calendar/modules/e-cal-shell-view-actions.c
branches/kill-bonobo/calendar/modules/e-memo-shell-view-actions.c
branches/kill-bonobo/calendar/modules/e-task-shell-view-actions.c
branches/kill-bonobo/mail/e-mail-reader.c
Modified: branches/kill-bonobo/addressbook/gui/component/e-book-shell-view-actions.c
==============================================================================
--- branches/kill-bonobo/addressbook/gui/component/e-book-shell-view-actions.c (original)
+++ branches/kill-bonobo/addressbook/gui/component/e-book-shell-view-actions.c Fri Jan 9 19:15:57 2009
@@ -670,7 +670,7 @@
{ "contact-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print selected contacts"),
G_CALLBACK (action_contact_print_cb) },
Modified: branches/kill-bonobo/calendar/modules/e-cal-shell-view-actions.c
==============================================================================
--- branches/kill-bonobo/calendar/modules/e-cal-shell-view-actions.c (original)
+++ branches/kill-bonobo/calendar/modules/e-cal-shell-view-actions.c Fri Jan 9 19:15:57 2009
@@ -633,7 +633,7 @@
{ "calendar-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print this calendar"),
G_CALLBACK (action_calendar_print_cb) },
Modified: branches/kill-bonobo/calendar/modules/e-memo-shell-view-actions.c
==============================================================================
--- branches/kill-bonobo/calendar/modules/e-memo-shell-view-actions.c (original)
+++ branches/kill-bonobo/calendar/modules/e-memo-shell-view-actions.c Fri Jan 9 19:15:57 2009
@@ -582,7 +582,7 @@
{ "memo-list-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print the list of memos"),
G_CALLBACK (action_memo_list_print_cb) },
Modified: branches/kill-bonobo/calendar/modules/e-task-shell-view-actions.c
==============================================================================
--- branches/kill-bonobo/calendar/modules/e-task-shell-view-actions.c (original)
+++ branches/kill-bonobo/calendar/modules/e-task-shell-view-actions.c Fri Jan 9 19:15:57 2009
@@ -707,7 +707,7 @@
{ "task-list-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print the list of tasks"),
G_CALLBACK (action_task_list_print_cb) },
Modified: branches/kill-bonobo/mail/e-mail-reader.c
==============================================================================
--- branches/kill-bonobo/mail/e-mail-reader.c (original)
+++ branches/kill-bonobo/mail/e-mail-reader.c Fri Jan 9 19:15:57 2009
@@ -1230,7 +1230,7 @@
{ "mail-print",
GTK_STOCK_PRINT,
NULL,
- NULL,
+ "<Control>p",
N_("Print this message"),
G_CALLBACK (action_mail_print_cb) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]