aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-09 14:06:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-09 14:06:45 +0800
commit21fd865ec00f00fea2c8be5777348314176d1129 (patch)
treea9b6f98666bae4170050e76e44c99e9e5e947a19 /composer/ChangeLog
parent17c1d1c0fd5c9150bb267a0480097cce0679ccaf (diff)
downloadgsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar.gz
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar.bz2
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar.lz
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar.xz
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.tar.zst
gsoc2013-evolution-21fd865ec00f00fea2c8be5777348314176d1129.zip
Same as with attachment-bar's get_default_charset(). (setup_ui): Instead
2003-04-09 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (composer_get_default_charset_setting): Same as with attachment-bar's get_default_charset(). (setup_ui): Instead of pulling the default charset from gconf, call our helper function above. * e-msg-composer-attachment-bar.c (get_default_charset): If gconf returns a NULL string, default back to the locale charset. svn path=/trunk/; revision=20775
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1c29ae0d26..fff458434e 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,13 @@
+2003-04-09 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-msg-composer.c (composer_get_default_charset_setting): Same as
+ with attachment-bar's get_default_charset().
+ (setup_ui): Instead of pulling the default charset from gconf,
+ call our helper function above.
+
+ * e-msg-composer-attachment-bar.c (get_default_charset): If gconf
+ returns a NULL string, default back to the locale charset.
+
2003-04-08 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (map_default_cb): Added some debug printfs.