aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-10-24 00:36:14 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-10-24 00:36:14 +0800
commita3671210726bc12b71926b48902e797e638a292b (patch)
treedccbdf1b615373477ffef6e56824a2afa8eb2391 /calendar/gui/e-calendar-view.c
parent29442d9db3bb1ba13352af814b715ab91cf62d05 (diff)
downloadgsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar.gz
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar.bz2
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar.lz
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar.xz
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.tar.zst
gsoc2013-evolution-a3671210726bc12b71926b48902e797e638a292b.zip
accept also text/calendar for D&D.
2003-10-23 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.c: accept also text/calendar for D&D. svn path=/trunk/; revision=23046
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r--calendar/gui/e-calendar-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c
index 184e5d6689..a77ad4bb42 100644
--- a/calendar/gui/e-calendar-view.c
+++ b/calendar/gui/e-calendar-view.c
@@ -278,7 +278,7 @@ selection_clear_event (GtkWidget *invisible,
void
e_cal_view_add_event (ECalView *cal_view, CalClient *client, time_t dtstart,
- icaltimezone *default_zone, icalcomponent *icalcomp, gboolean in_top_canvas)
+ icaltimezone *default_zone, icalcomponent *icalcomp, gboolean in_top_canvas)
{
CalComponent *comp;
struct icaltimetype itime, old_dtstart, old_dtend;
@@ -396,7 +396,7 @@ selection_received (GtkWidget *invisible,
child_kind = icalcomponent_isa (subcomp);
if (child_kind == ICAL_VEVENT_COMPONENT)
e_cal_view_add_event (cal_view, client, selected_time_start,
- default_zone, subcomp, FALSE);
+ default_zone, subcomp, FALSE);
else if (child_kind == ICAL_VTIMEZONE_COMPONENT) {
icaltimezone *zone;