From 91ab110ec61eaaa0cabc0dd8ec3b45a143cac122 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 12 Jul 2001 16:26:05 +0000 Subject: added support for multiple selections in cut/copy/paste. Also, it's now 2001-07-12 Rodrigo Moya * gui/e-calendar-table.c: added support for multiple selections in cut/copy/paste. Also, it's now ready for the s/update_object/update_objects change (I think) svn path=/trunk/; revision=11043 --- calendar/gui/e-calendar-table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/e-calendar-table.h') diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 86f2aa20a3..5ab32f3c18 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -87,6 +87,7 @@ struct _ECalendarTable /* The invisible widget used for cut/copy/paste */ GtkWidget *invisible; gchar *clipboard_selection; + icalcomponent *tmp_vcal; }; struct _ECalendarTableClass -- cgit