From 0694086ab958a0ab21448c5afca1e29091686ed6 Mon Sep 17 00:00:00 2001 From: Suman Manjunath Date: Mon, 8 Dec 2008 09:39:03 +0000 Subject: Patch from Jennifer Newman : Fix for bug #555371 (Added print menu option to task, memo and event editors). svn path=/trunk/; revision=36848 --- calendar/ChangeLog | 7 +++++++ calendar/gui/dialogs/comp-editor.c | 4 +++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e28a7ce8ab..c06be2752d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2008-12-08 Jennifer Newman + + ** Fix for bug #555371 + + * gui/dialogs/comp-editor.c: Added print menu option to task, memo and + event editors. + 2008-12-08 Hiroyuki Ikezoe ** Fix for bug #350725 diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 4067861fc2..518abd055e 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -138,6 +138,7 @@ static const gchar *ui = " " " " " " +" " " " " " " " @@ -159,6 +160,7 @@ static const gchar *ui = " " " " " " +" " " " " " " " @@ -1297,7 +1299,7 @@ static GtkActionEntry core_entries[] = { { "print", GTK_STOCK_PRINT, NULL, - NULL, + "p", NULL, G_CALLBACK (action_print_cb) }, -- cgit v1.2.3