diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-03-09 20:05:17 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-03-09 20:05:17 +0800 |
commit | cb63647c88004417175888cd06a96a1b1ecbb050 (patch) | |
tree | 10bb68910ff15b28e5a09d4a7e2a2c18819a7d32 /modules/settings | |
parent | ccde653db3ef8645b1f7fed7f1ffccca4f71100f (diff) | |
download | gsoc2013-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/settings')
-rw-r--r-- | modules/settings/e-settings-comp-editor.c | 5 |
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); |