aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 1f7ee0e411..6c0b04b3d1 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -3,6 +3,7 @@
* e-msg-composer.c (composer_get_default_charset_setting): Use
e_iconv_locale_charset() instead of e_iconv_locale_name(), dunno
what I was thinking. locale_name() doesn't even exist.
+ (setup_ui): Don't free the default_charset, it's a const char*.
* e-msg-composer-attachment-bar.c (get_default_charset): Same.