diff options
author | Milan Crha <mcrha@redhat.com> | 2007-12-11 20:35:28 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-12-11 20:35:28 +0800 |
commit | e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf (patch) | |
tree | 2b3f94c9439917925ee28e7a287dd546fe738fd4 /mail/ChangeLog | |
parent | 3f9be257867130c5c908cd0f13e488689a0ac9a7 (diff) | |
download | gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar.gz gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar.bz2 gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar.lz gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar.xz gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.tar.zst gsoc2013-evolution-e3e9fc8d4a8c1ebd9cff9852c1f17be5d38d48cf.zip |
** Fix for bug #502318
2007-12-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #502318
* em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate),
(efhd_search_destroy), (em_format_html_get_search_dialog),
(em_format_html_display_search), (em_format_html_display_search_with),
(em_format_html_display_search_close), (efhd_complete):
Track search dialog activity rather based on flag than on widget
existence, because the pointer to that widget it still
there (non-NULL) even after destroy of that widget.
svn path=/trunk/; revision=34689
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 514285c279..c3ab44e4f8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2007-12-11 Milan Crha <mcrha@redhat.com> + ** Fix for bug #502318 + + * em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate), + (efhd_search_destroy), (em_format_html_get_search_dialog), + (em_format_html_display_search), (em_format_html_display_search_with), + (em_format_html_display_search_close), (efhd_complete): + Track search dialog activity rather based on flag than on widget + existence, because the pointer to that widget it still + there (non-NULL) even after destroy of that widget. + +2007-12-11 Milan Crha <mcrha@redhat.com> + ** Fix for bug #336074 * mail-send-recv.c: (get_folders): |