From 59796eb93c1eeaf5c53559f1424e795da4f137a6 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 23 Feb 2003 05:03:18 +0000 Subject: New overloaded virtual method, does what dialog_destroy_cb was trying to 2003-02-23 Jeffrey Stedfast * 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. svn path=/trunk/; revision=20005 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') 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 + + * 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 * component-factory.c (factory): Don't try to get a FontPrefs control. -- cgit v1.2.3