aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-cal-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-01 19:29:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-06 06:01:56 +0800
commit609bd882de6cac5db7c65e00c2275f946f8f0c94 (patch)
treeec21a075a1c8dfd840deb16c205be5c7fbe97305 /modules/calendar/e-cal-shell-content.c
parentde85e3c7862100da10fe860aef2b651245a1fdbf (diff)
downloadgsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.gz
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.bz2
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.lz
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.xz
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.tar.zst
gsoc2013-evolution-609bd882de6cac5db7c65e00c2275f946f8f0c94.zip
Fix a typo.
Diffstat (limited to 'modules/calendar/e-cal-shell-content.c')
-rw-r--r--modules/calendar/e-cal-shell-content.c2
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. */