diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-02-23 13:03:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-02-23 13:03:18 +0800 |
commit | 59796eb93c1eeaf5c53559f1424e795da4f137a6 (patch) | |
tree | 0f74d3bc9462cb416b9d53f83b1ec312d080faa0 /mail/ChangeLog | |
parent | 1247dfa0f36b97099863ea202221e0604bdd311f (diff) | |
download | gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.gz gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.zst gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.zip |
New overloaded virtual method, does what dialog_destroy_cb was trying to
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.
svn path=/trunk/; revision=20005
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
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. |