aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index edd6807050..a0292c068f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2003-02-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-search.c (mail_search_destroy): New overloaded virtual
+ method, does what dialog_destroy_cb was trying to do.
+ (mail_search_construct): Connect to the "response" signal rather
+ than "clicked" to correspond to the GtkDialog API
+ (instead og the old GnomeDialog API).
+ (dialog_response_cb): Changed the function name and made it check
+ button == GTK_RESPONSE_ACCEPT to search, any other button
+ closes. Fixes bug #37947.
+
2003-02-21 Hans Petter Jansson <hpj@ximian.com>
* component-factory.c (factory): Don't try to get a FontPrefs control.