diff options
author | Radek Doulik <rodo@ximian.com> | 2004-11-12 02:37:07 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-11-12 02:37:07 +0800 |
commit | 83ef2d98db99efbdd5108606638ca4b29f97853b (patch) | |
tree | 70b5746b9423ba48c9df30b5fda0215f67250b16 /mail/ChangeLog | |
parent | 38c307f2f8bafd0a17c68fcc83cacdcd82e7e9b0 (diff) | |
download | gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar.gz gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar.bz2 gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar.lz gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar.xz gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.tar.zst gsoc2013-evolution-83ef2d98db99efbdd5108606638ca4b29f97853b.zip |
l = g_list_next (l); in inner loop instead of g = g_list_next (l)..
2004-11-11 Radek Doulik <rodo@ximian.com>
* em-format-hook.c (emfh_enable): l = g_list_next (l); in inner
loop instead of g = g_list_next (l).. probably typo after c'n'p
* em-format.c (em_format_class_remove_handler): in case the old
handler doesn't exist, remove 'info' handler from type_handler
table
svn path=/trunk/; revision=27893
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4b7e06cbf2..2061234d1a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-11-11 Radek Doulik <rodo@ximian.com> + + * em-format-hook.c (emfh_enable): l = g_list_next (l); in inner + loop instead of g = g_list_next (l).. probably typo after c'n'p + + * em-format.c (em_format_class_remove_handler): in case the old + handler doesn't exist, remove 'info' handler from type_handler + table + 2004-11-03 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_popup): Fix the popup id. |