aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
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.h
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.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 04d6d079bb..0212e28006 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -117,7 +117,7 @@ void e_cal_view_delete_selected_occurrence (ECalView *cal_view);
GtkMenu *e_cal_view_create_popup_menu (ECalView *cal_view);
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);
void e_cal_view_new_appointment_for (ECalView *cal_view,
time_t dtstart,
time_t dtend,