[evolution-patches] fix for bug #60551



attached patch makes changing the search type focus the entry box

not sure if this should go into 2.2.0 or not



-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com  - www.novell.com
? 50551.patch
? 61766.patch
? test-source-option-menu
? test-source-selector
? test-title-bar
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.351
diff -u -r1.351 ChangeLog
--- ChangeLog	21 Feb 2005 17:59:40 -0000	1.351
+++ ChangeLog	1 Mar 2005 19:02:20 -0000
@@ -1,3 +1,8 @@
+2005-03-01  Jeffrey Stedfast  <fejj novell com>
+
+	* e-search-bar.c (subitem_activated_cb): Make the entry widget
+	grab focus. Fixes bug #60551.
+
 2005-02-21  Rodney Dawes  <dobey novell com>
 
 	* e-combo-button.c (paint): Fix the calculation of which shadow type
Index: e-search-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-search-bar.c,v
retrieving revision 1.83
diff -u -r1.83 e-search-bar.c
--- e-search-bar.c	24 Jan 2005 10:13:48 -0000	1.83
+++ e-search-bar.c	1 Mar 2005 19:02:20 -0000
@@ -281,6 +281,8 @@
 	esb->subitem_id = subid;
 
 	set_find_now_sensitive (esb, TRUE);
+	
+	gtk_widget_grab_focus (esb->entry);
 }
 
 static char *

Attachment: smime.p7s
Description: S/MIME cryptographic signature



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