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/gui/dialogs/comp-editor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui/dialogs') 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