aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-06-25 20:48:49 +0800
committerMilan Crha <mcrha@redhat.com>2010-06-25 20:48:49 +0800
commit20566ef14ec38d43604dc5e0b7e6bd077086a19e (patch)
tree5f687c6a02434f806e6d5caf42f6878acc344963
parentf4593850fe75c0c5a2b85d740d40d57394cd47b9 (diff)
downloadgsoc2013-evolution-20566ef14ec38d43604dc5e0b7e6bd077086a19e.tar.gz
gsoc2013-evolution-20566ef14ec38d43604dc5e0b7e6bd077086a19e.tar.zst
gsoc2013-evolution-20566ef14ec38d43604dc5e0b7e6bd077086a19e.zip
Bug #617854 - Critical warnings in calendar view
-rw-r--r--calendar/gui/e-cal-list-view.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c
index 0a3c3de0be..beec6f8d6b 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -312,8 +312,6 @@ e_cal_list_view_new (ECalModel *model)
E_TYPE_CAL_LIST_VIEW, "model", model, NULL);
setup_e_table (E_CAL_LIST_VIEW (cal_list_view));
- g_object_unref (model);
-
return cal_list_view;
}