diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-10 01:26:37 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-10 04:55:15 +0800 |
commit | 2b9fd2bf21dbc1bfdcc92b6826768cbb69706610 (patch) | |
tree | 434525397e94ec8c24623954c5f36d6845e466fc /calendar/gui/gnome-cal.c | |
parent | c9dfbd7769e51c491b9606d0eb4812dc0dadaaf5 (diff) | |
download | gsoc2013-evolution-2b9fd2bf21dbc1bfdcc92b6826768cbb69706610.tar.gz gsoc2013-evolution-2b9fd2bf21dbc1bfdcc92b6826768cbb69706610.tar.zst gsoc2013-evolution-2b9fd2bf21dbc1bfdcc92b6826768cbb69706610.zip |
Bug 593646 - Starting in day view does not restore panels correctly
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r-- | calendar/gui/gnome-cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c index 2c309c632a..bcdb27a6d9 100644 --- a/calendar/gui/gnome-cal.c +++ b/calendar/gui/gnome-cal.c @@ -535,7 +535,7 @@ gnome_calendar_class_init (GnomeCalendarClass *class) NULL, GNOME_CAL_DAY_VIEW, GNOME_CAL_LIST_VIEW, - 0, + GNOME_CAL_DAY_VIEW, G_PARAM_READWRITE)); signals[DATES_SHOWN_CHANGED] = |