diff options
author | Milan Crha <mcrha@redhat.com> | 2010-06-25 20:47:46 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-06-25 20:47:46 +0800 |
commit | cdda2031330f2e3e7a45b96d36d9a8f808c11349 (patch) | |
tree | bdbb49d7797b2b5af1c584bf086818512aad013e /calendar/gui | |
parent | 54f6924c8410d18b8bcae7f2294db73301d21bfe (diff) | |
download | gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.gz gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.tar.zst gsoc2013-evolution-cdda2031330f2e3e7a45b96d36d9a8f808c11349.zip |
Bug #617854 - Critical warnings in calendar view
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 2 |
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; } |