diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 10:39:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 10:39:37 +0800 |
commit | 8fe17523da287ebf38278da806b4be6b3b838d15 (patch) | |
tree | 394adf4c97e066014f8f94bb9640f46493505762 /calendar/gui/e-day-view.c | |
parent | 08f6274a49e4eaf478dfb6d50463f69ff67c62d7 (diff) | |
download | gsoc2013-evolution-8fe17523da287ebf38278da806b4be6b3b838d15.tar.gz gsoc2013-evolution-8fe17523da287ebf38278da806b4be6b3b838d15.tar.zst gsoc2013-evolution-8fe17523da287ebf38278da806b4be6b3b838d15.zip |
Miscellaneous cleanups.
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r-- | calendar/gui/e-day-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index e8a36869c4..65f3855b0d 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -8884,7 +8884,6 @@ e_day_view_on_top_canvas_drag_data_received (GtkWidget *widget, } else if (e_cal_component_is_instance (comp)) mod = CALOBJ_MOD_THIS; - modified = e_calendar_view_modify (E_CALENDAR_VIEW (day_view), comp, client, mod); if (modified && send == GTK_RESPONSE_YES) |