diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-18 08:13:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-18 08:13:41 +0800 |
commit | 9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816 (patch) | |
tree | bcfebc01c9b91ed73f84ae6ff717fcdd96b6f58e /mail/ChangeLog | |
parent | 42508f7a3ba2e050ddec599740a525d62926bace (diff) | |
download | gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar.gz gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar.bz2 gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar.lz gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar.xz gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.tar.zst gsoc2013-evolution-9ecca5f32eebef76c12f0ed6ccb0f2cd0e589816.zip |
unhook from the html engine signals here, before we redisplay the message.
2003-03-18 Not Zed <NotZed@Ximian.com>
* mail-search.c (mail_search_destroy): unhook from the html engine
signals here, before we redisplay the message. Also make sure
this processing only happens once. For #39759.
(mail_search_finalise): dont unhook from signals here.
svn path=/trunk/; revision=20326
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 11c8791472..82c62c60b4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-03-18 Not Zed <NotZed@Ximian.com> + + * mail-search.c (mail_search_destroy): unhook from the html engine + signals here, before we redisplay the message. Also make sure + this processing only happens once. For #39759. + (mail_search_finalise): dont unhook from signals here. + 2003-03-12 Not Zed <NotZed@Ximian.com> * mail-callbacks.c (expunge_folder): use a hack to find out if the |