From bc80332460c353e391cd620f2cc51f7b56eef4de Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 26 Jan 2009 18:49:51 +0000 Subject: Miscellaneous stuff. svn path=/branches/kill-bonobo/; revision=37134 --- mail/em-account-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 3174deaed9..965d4807c6 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -670,8 +670,8 @@ emae_signature_new(GtkWidget *w, EMAccountEditor *emae) shell_settings = e_shell_get_shell_settings (shell); parent = gtk_widget_get_toplevel (w); - g_object_get ( - shell_settings, "composer-format-html", &html_mode, NULL); + html_mode = e_shell_settings_get_boolean ( + shell_settings, "composer-format-html"); em_composer_prefs_new_signature (GTK_WINDOW (parent), html_mode); } -- cgit