aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-23 13:03:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-23 13:03:18 +0800
commit59796eb93c1eeaf5c53559f1424e795da4f137a6 (patch)
tree0f74d3bc9462cb416b9d53f83b1ec312d080faa0 /mail/ChangeLog
parent1247dfa0f36b97099863ea202221e0604bdd311f (diff)
downloadgsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar
gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.gz
gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.bz2
gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.lz
gsoc2013-evolution-59796eb93c1eeaf5c53559f1424e795da4f137a6.tar.xz
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/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.