aboutsummaryrefslogtreecommitdiffstats
path: root/composer/e-msg-composer.c
diff options
context:
space:
mode:
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r--composer/e-msg-composer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 88ac673454..48b006bb67 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1361,7 +1361,7 @@ set_editor_text (EMsgComposer *composer,
g_return_if_fail (text != NULL);
shell = e_shell_get_default ();
- shell_settings = e_shell_get_settings (shell);
+ shell_settings = e_shell_get_shell_settings (shell);
/*
@@ -2061,7 +2061,7 @@ msg_composer_constructor (GType type,
array = composer->priv->gconf_bridge_binding_ids;
shell = e_shell_get_default ();
- shell_settings = e_shell_get_settings (shell);
+ shell_settings = e_shell_get_shell_settings (shell);
/* Restore Persistent State */