use the composer's charset gconf key
svn path=/trunk/; revision=19274
This commit is contained in:
@ -726,7 +726,7 @@ get_default_charset (void)
|
|||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
gconf = gconf_client_get_default ();
|
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);
|
charset = e_iconv_charset_name (buf);
|
||||||
g_free (buf);
|
g_free (buf);
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@ composer_get_default_charset_setting (void)
|
|||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
gconf = gconf_client_get_default ();
|
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);
|
charset = e_iconv_charset_name (buf);
|
||||||
g_free (buf);
|
g_free (buf);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user