From a3671210726bc12b71926b48902e797e638a292b Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 23 Oct 2003 16:36:14 +0000 Subject: accept also text/calendar for D&D. 2003-10-23 Rodrigo Moya * gui/e-day-view.c: accept also text/calendar for D&D. svn path=/trunk/; revision=23046 --- calendar/gui/e-day-view.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/e-day-view.c') diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index d2dc6c6b57..a25b945c43 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -120,7 +120,8 @@ enum { }; static GtkTargetEntry target_table[] = { { "application/x-e-calendar-event", 0, TARGET_CALENDAR_EVENT }, - { "text/x-calendar", 0, TARGET_VCALENDAR } + { "text/x-calendar", 0, TARGET_VCALENDAR }, + { "text/calendar", 0, TARGET_VCALENDAR } }; static guint n_targets = sizeof(target_table) / sizeof(target_table[0]); -- cgit