diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-24 23:27:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-24 23:27:57 +0800 |
commit | 37287b0f468259ef56bb7cfa9c0bcdc157456b94 (patch) | |
tree | 92deef3483dd97f797860d8d2e3261088d35af52 /calendar/gui/e-day-view.c | |
parent | 86d8b1aa89c01cdef96ffb5e3768e08b2552bf56 (diff) | |
download | gsoc2013-evolution-37287b0f468259ef56bb7cfa9c0bcdc157456b94.tar.gz gsoc2013-evolution-37287b0f468259ef56bb7cfa9c0bcdc157456b94.tar.zst gsoc2013-evolution-37287b0f468259ef56bb7cfa9c0bcdc157456b94.zip |
Bug 613798 - Marcus Bains line is grey
Diffstat (limited to 'calendar/gui/e-day-view.c')
-rw-r--r-- | calendar/gui/e-day-view.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index cbc71b969c..477068800d 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -591,6 +591,9 @@ day_view_constructed (GObject *object) { ECalModel *model; + /* Chain up to parent's constructed() method. */ + G_OBJECT_CLASS (e_day_view_parent_class)->constructed (object); + model = e_calendar_view_get_model (E_CALENDAR_VIEW (object)); g_signal_connect_swapped ( |