[evolution-patches] [addressbook] Patch for Bug #263269



Hi

The attached Patch fixes 263269

thanks
devashish
Index: widgets/misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.374
diff -u -p -r1.374 ChangeLog
--- widgets/misc/ChangeLog	24 Aug 2005 04:22:14 -0000	1.374
+++ widgets/misc/ChangeLog	8 Sep 2005 13:49:08 -0000
@@ -1,3 +1,10 @@
+2005-09-08  Devashish Sharma  <sdevashish novell com>
+
+	* e-search-bar.c (subitem_activated_cb): Emits the signal "search
+	activated" when after selecting option "Category is" in search bar
+	category is selected. So dont have to explicitly click "Find Now".
+	Fixes #263269.
+	
 2005-08-22  Srinivasa Ragavan <sragavan novell com>
 
 	* e-attachment.c (e_attachment_build_remote_file): 
Index: widgets/misc/e-search-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-search-bar.c,v
retrieving revision 1.87
diff -u -p -r1.87 e-search-bar.c
--- widgets/misc/e-search-bar.c	23 Jun 2005 09:11:10 -0000	1.87
+++ widgets/misc/e-search-bar.c	8 Sep 2005 13:42:17 -0000
@@ -279,8 +279,9 @@ subitem_activated_cb (GtkWidget *widget,
 
 	esb->item_id = id;
 	esb->subitem_id = subid;
+	emit_search_activated(esb);
 
-	set_find_now_sensitive (esb, TRUE);
+	set_find_now_sensitive (esb, FALSE);
 	
 	gtk_widget_grab_focus (esb->entry);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]