aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-03-04 22:11:04 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-03-04 22:11:04 +0800
commit3e7451169b7c643a03796cd87008cd1fd88edc1c (patch)
tree60bbb81fc3d910182ef7aac0e969eec7c6eb9c56 /modules
parentf8a80620eaaa6434a9136ab3d65277acacbed3c9 (diff)
downloadgsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar.gz
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar.bz2
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar.lz
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar.xz
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.tar.zst
gsoc2013-evolution-3e7451169b7c643a03796cd87008cd1fd88edc1c.zip
ESettingsDateEdit: Forgot to bind "use-24-hour-format" property.
Diffstat (limited to 'modules')
-rw-r--r--modules/settings/e-settings-date-edit.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/settings/e-settings-date-edit.c b/modules/settings/e-settings-date-edit.c
index 36e17660c0..b7549a9425 100644
--- a/modules/settings/e-settings-date-edit.c
+++ b/modules/settings/e-settings-date-edit.c
@@ -57,6 +57,11 @@ settings_date_edit_constructed (GObject *object)
G_BINDING_SYNC_CREATE);
g_object_bind_property (
+ shell_settings, "cal-use-24-hour-format",
+ extensible, "use-24-hour-format",
+ G_BINDING_SYNC_CREATE);
+
+ g_object_bind_property (
shell_settings, "cal-week-start-day",
extensible, "week-start-day",
G_BINDING_SYNC_CREATE);