aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-list-view.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-06-25 20:47:46 +0800
committerMilan Crha <mcrha@redhat.com>2010-06-25 20:47:46 +0800
commitcdda2031330f2e3e7a45b96d36d9a8f808c11349 (patch)
treebdbb49d7797b2b5af1c584bf086818512aad013e /calendar/gui/e-cal-list-view.c
parent54f6924c8410d18b8bcae7f2294db73301d21bfe (diff)
downloadgsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.gz
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.bz2
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.lz
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.xz
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.zst
gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.zip
Bug #617854 - Critical warnings in calendar view
Diffstat (limited to 'calendar/gui/e-cal-list-view.c')
-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 aabf98ce55..0489c087fe 100644
--- a/calendar/gui/e-cal-list-view.c
+++ b/calendar/gui/e-cal-list-view.c
@@ -313,8 +313,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;
}