aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-09 20:05:17 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-09 20:05:17 +0800
commitcb63647c88004417175888cd06a96a1b1ecbb050 (patch)
tree10bb68910ff15b28e5a09d4a7e2a2c18819a7d32 /modules
parentccde653db3ef8645b1f7fed7f1ffccca4f71100f (diff)
downloadgsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar.gz
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar.bz2
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar.lz
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar.xz
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.tar.zst
gsoc2013-evolution-cb63647c88004417175888cd06a96a1b1ecbb050.zip
CompEditor: Add a "week-start-day" property.
Automatically configured, of course, by ESettingsCompEditor.
Diffstat (limited to 'modules')
-rw-r--r--modules/settings/e-settings-comp-editor.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/settings/e-settings-comp-editor.c b/modules/settings/e-settings-comp-editor.c
index a10983af88..574b1fb569 100644
--- a/modules/settings/e-settings-comp-editor.c
+++ b/modules/settings/e-settings-comp-editor.c
@@ -63,6 +63,11 @@ settings_comp_editor_constructed (GObject *object)
G_BINDING_SYNC_CREATE);
g_object_bind_property (
+ shell_settings, "cal-week-start-day",
+ extensible, "week-start-day",
+ G_BINDING_SYNC_CREATE);
+
+ g_object_bind_property (
shell_settings, "cal-work-day-end-hour",
extensible, "work-day-end-hour",
G_BINDING_SYNC_CREATE);