aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2012-02-23 14:43:41 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2012-03-05 17:31:15 +0800
commit241fb1255b53c743f889d9656420c24e7ce65e2b (patch)
tree675460c96b9ec25ea2eef19f53aa85c6b6a367bd /calendar/gui/e-calendar-view.h
parent98c0049940717158f54ac396c35335e892291e50 (diff)
downloadgsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar.gz
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar.bz2
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar.lz
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar.xz
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.tar.zst
gsoc2013-evolution-241fb1255b53c743f889d9656420c24e7ce65e2b.zip
Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the appointment after a successful paste
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index 8d54275d1d..40799fe105 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -217,7 +217,7 @@ CompEditor * e_calendar_view_open_event_with_flags
void e_calendar_view_popup_event (ECalendarView *cal_view,
GdkEventButton *event);
-void e_calendar_view_add_event (ECalendarView *cal_view,
+gboolean e_calendar_view_add_event (ECalendarView *cal_view,
ECalClient *client,
time_t dtstart,
icaltimezone *default_zone,