Re: [evolution-patches] fix for bug #60551
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj novell com>
- Cc: evolution-patches ximian com
- Subject: Re: [evolution-patches] fix for bug #60551
- Date: Wed, 02 Mar 2005 10:58:37 +0800
good for head, no need for 2.2.0
On Tue, 2005-03-01 at 14:04 -0500, Jeffrey Stedfast wrote:
attached patch makes changing the search type focus the entry box
not sure if this should go into 2.2.0 or not
text/plain attachment (60551.patch)
|
? 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 *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]