diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-29 21:48:51 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-29 21:48:51 +0800 |
commit | 06e45c8e87d64c8d5a180115bcdded2f3551a886 (patch) | |
tree | 5514457bb0e0421ca5e619a746b0c1d226eda4ff /modules/calendar | |
parent | f2b9a4b609b13d51ec1925e7c297e87e17026e33 (diff) | |
download | gsoc2013-evolution-06e45c8e87d64c8d5a180115bcdded2f3551a886.tar.gz gsoc2013-evolution-06e45c8e87d64c8d5a180115bcdded2f3551a886.tar.zst gsoc2013-evolution-06e45c8e87d64c8d5a180115bcdded2f3551a886.zip |
Bug #664708 - Composer's headers preference is reset on From change
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 e2e1ce58cf..5c2d1bd994 100644 --- a/modules/calendar/e-cal-shell-content.c +++ b/modules/calendar/e-cal-shell-content.c @@ -125,7 +125,7 @@ cal_shell_content_notify_view_id_cb (ECalShellContent *cal_shell_content) else key = "hpane-position"; - g_settings_unbind (settings, key); + g_settings_unbind (paned, "hposition"); g_settings_bind (settings, key, G_OBJECT (paned), "hposition", G_SETTINGS_BIND_DEFAULT); |