use the composer's charset gconf key

svn path=/trunk/; revision=19274
This commit is contained in:
Jeffrey Stedfast
2003-01-08 06:14:52 +00:00
parent e172402e07
commit 47ad4c65d3
2 changed files with 2 additions and 2 deletions

View File

@ -726,7 +726,7 @@ get_default_charset (void)
char *buf;
gconf = gconf_client_get_default ();
buf = gconf_client_get_string (gconf, "/apps/evolution/mail/format/charset", NULL);
buf = gconf_client_get_string (gconf, "/apps/evolution/mail/composer/charset", NULL);
charset = e_iconv_charset_name (buf);
g_free (buf);

View File

@ -235,7 +235,7 @@ composer_get_default_charset_setting (void)
char *buf;
gconf = gconf_client_get_default ();
buf = gconf_client_get_string (gconf, "/apps/evolution/mail/format/charset", NULL);
buf = gconf_client_get_string (gconf, "/apps/evolution/mail/composer/charset", NULL);
charset = e_iconv_charset_name (buf);
g_free (buf);