diff options
author | JP Rosevear <jpr@novell.com> | 2004-12-24 21:57:49 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-12-24 21:57:49 +0800 |
commit | 3a53893a829d00746c2d51cd1397e54126a8b852 (patch) | |
tree | e11fa29e9c506e702c7b679c0ed727ac92f53680 /composer/ChangeLog | |
parent | 6dde62e01d3804ea7d2254ab94268aaf315a2fed (diff) | |
download | gsoc2013-evolution-3a53893a829d00746c2d51cd1397e54126a8b852.tar.gz gsoc2013-evolution-3a53893a829d00746c2d51cd1397e54126a8b852.tar.zst gsoc2013-evolution-3a53893a829d00746c2d51cd1397e54126a8b852.zip |
kill warnings (map_default_cb): the to entry widget is now just a gtk
2004-12-24 JP Rosevear <jpr@novell.com>
* e-msg-composer.c (setup_signatures_menu): kill warnings
(map_default_cb): the to entry widget is now just a gtk entry at
its core, so check for text that way
svn path=/trunk/; revision=28201
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 a310f095dc..c40d6d7a4c 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2004-12-24 JP Rosevear <jpr@novell.com> + + * e-msg-composer.c (setup_signatures_menu): kill warnings + (map_default_cb): the to entry widget is now just a gtk entry at + its core, so check for text that way + 2004-12-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (selectnamesdir) |