diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-27 22:28:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-27 22:28:40 +0800 |
commit | be8593e62aa1700968c4e887d322d43e32291521 (patch) | |
tree | e97f1d572201e34e746bde1a18f43cf97dd0b017 | |
parent | aa6b661fdfe7416a58ac3fc93926b798260c54bc (diff) | |
download | gsoc2013-evolution-be8593e62aa1700968c4e887d322d43e32291521.tar.gz gsoc2013-evolution-be8593e62aa1700968c4e887d322d43e32291521.tar.zst gsoc2013-evolution-be8593e62aa1700968c4e887d322d43e32291521.zip |
Refix bug #613798 - Marcus Bains line is grey
Regression introduced by the express2 merge.
-rw-r--r-- | calendar/gui/e-calendar-view.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 63088350c2..77d8fd2051 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -895,8 +895,6 @@ e_calendar_view_init (ECalendarView *calendar_view) target_list = gtk_target_list_new (NULL, 0); e_target_list_add_calendar_targets (target_list, 0); calendar_view->priv->paste_target_list = target_list; - - e_extensible_load_extensions (E_EXTENSIBLE (calendar_view)); } static void |