From aad95f711ac77ec640f250449453aed0a522a2ed Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sat, 17 Nov 2007 22:11:53 +0000 Subject: ** Fix bug #495872 uniformization of actions with memos/calendars/tasks svn path=/trunk/; revision=34547 --- plugins/save-calendar/save-calendar.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/save-calendar/save-calendar.c') diff --git a/plugins/save-calendar/save-calendar.c b/plugins/save-calendar/save-calendar.c index bd5dff3f06..f65dd64a5f 100644 --- a/plugins/save-calendar/save-calendar.c +++ b/plugins/save-calendar/save-calendar.c @@ -51,6 +51,7 @@ enum { /* GtkComboBox enum */ void org_gnome_save_calendar (EPlugin *ep, ECalPopupTargetSource *target); void org_gnome_save_tasks (EPlugin *ep, ECalPopupTargetSource *target); +void org_gnome_save_memos (EPlugin *ep, ECalPopupTargetSource *target); static void @@ -218,3 +219,9 @@ org_gnome_save_tasks (EPlugin *ep, ECalPopupTargetSource *target) { ask_destination_and_save (ep, target, E_CAL_SOURCE_TYPE_TODO); } + +void +org_gnome_save_memos (EPlugin *ep, ECalPopupTargetSource *target) +{ + ask_destination_and_save (ep, target, E_CAL_SOURCE_TYPE_JOURNAL); +} -- cgit v1.2.3