diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-12-13 08:58:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-12-13 08:58:12 +0800 |
commit | 2fc0744447411e015e1ed3180bbe160acbcb57f5 (patch) | |
tree | 0d5affb8bc2378df0f188ff3fd6618ae4c16b761 /composer/ChangeLog | |
parent | a0f7893035270cdb5d9672b2d6f17b706fc0467e (diff) | |
download | gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar.gz gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar.bz2 gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar.lz gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar.xz gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.tar.zst gsoc2013-evolution-2fc0744447411e015e1ed3180bbe160acbcb57f5.zip |
Don't convert the utf-8 string to a gtkstring because the widget expects
2000-12-12 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer-hdrs.c (set_entry): Don't convert the utf-8
string to a gtkstring because the widget expects to get a utf-8
string.
svn path=/trunk/; revision=6960
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index a3bf167ed8..9d404d1dd5 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2000-12-12 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer-hdrs.c (set_entry): Don't convert the utf-8 + string to a gtkstring because the widget expects to get a utf-8 + string. + 2000-12-12 Dan Winship <danw@helixcode.com> * Makefile.am (EXTRA_DIST): Add $(IDLS). (From campd.) |