diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-01 19:29:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 06:01:56 +0800 |
commit | 609bd882de6cac5db7c65e00c2275f946f8f0c94 (patch) | |
tree | ec21a075a1c8dfd840deb16c205be5c7fbe97305 /modules/calendar | |
parent | de85e3c7862100da10fe860aef2b651245a1fdbf (diff) | |
download | gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.gz gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.zst gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.zip |
Fix a typo.
Diffstat (limited to 'modules/calendar')
-rw-r--r-- | modules/calendar/e-cal-shell-content.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-content.c b/modules/calendar/e-cal-shell-content.c index efc67af1fa..6e7269ecae 100644 --- a/modules/calendar/e-cal-shell-content.c +++ b/modules/calendar/e-cal-shell-content.c @@ -534,7 +534,7 @@ cal_shell_content_constructed (GObject *object) G_OBJECT (calendar_view), "work-day-start-minute"); e_binding_new ( - G_OBJECT (shell_settings), "cal-working-days", + G_OBJECT (shell_settings), "cal-working-days-bitset", G_OBJECT (calendar_view), "working-days"); /* Bind week view properties to EShellSettings. */ |