[evolution-patches] Patch for #42628 (Search menu)
- From: Ettore Perazzoli <ettore ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Patch for #42628 (Search menu)
- Date: 12 May 2003 14:38:20 -0400
This makes "Search -> Find Now" actually work.
-- Ettore
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.218
diff -u -p -r1.218 ChangeLog
--- ChangeLog 11 May 2003 21:57:25 -0000 1.218
+++ ChangeLog 12 May 2003 18:36:50 -0000
@@ -1,3 +1,9 @@
+2003-05-12 Ettore Perazzoli <ettore ximian com>
+
+ [#42628]
+ * e-search-bar.c (search_now_verb_cb): Call
+ emit_search_activated() instead of emit_query_changed().
+
2003-05-11 Chris Toshok <toshok ximian com>
[ fixes bug #42177 ]
Index: e-search-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-search-bar.c,v
retrieving revision 1.69
diff -u -p -r1.69 e-search-bar.c
--- e-search-bar.c 8 May 2003 14:02:52 -0000 1.69
+++ e-search-bar.c 12 May 2003 18:36:50 -0000
@@ -202,7 +202,7 @@ search_now_verb_cb (BonoboUIComponent *u
ESearchBar *esb;
esb = E_SEARCH_BAR (data);
- emit_query_changed (esb);
+ emit_search_activated (esb);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]