[evolution-patches] Patch for #46013, please review (re-sending)



Hi,

One-line patch for #46013, "Can't focus on to/cc button in composer".

The original author seems to UNSET this flag intentionally, but I can't
turn up the reason. I've tested it and didn't notice any side effect.
Can anybody give some ideas?

--
Best Regards
Maxx

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/composer/ChangeLog,v
retrieving revision 1.551
diff -u -r1.551 ChangeLog
--- ChangeLog	16 Jul 2003 20:45:56 -0000	1.551
+++ ChangeLog	17 Jul 2003 05:44:49 -0000
@@ -1,3 +1,10 @@
+2003-07-17  Maxx Cao  <maxx cao sun com>
+
+	** For bug #46013
+
+	* e-msg-composer-hdrs.c (header_new_recipient): To/cc/bcc buttons
+	made focusable.
+
 2003-07-16  Jeffrey Stedfast  <fejj ximian com>
 
 	* e-msg-composer-attachment-bar.c (attach_to_multipart): don't set
Index: e-msg-composer-hdrs.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer-hdrs.c,v
retrieving revision 1.114
diff -u -r1.114 e-msg-composer-hdrs.c
--- e-msg-composer-hdrs.c	17 Jun 2003 19:47:53 -0000	1.114
+++ e-msg-composer-hdrs.c	17 Jul 2003 05:44:50 -0000
@@ -472,7 +472,7 @@
 	priv = hdrs->priv;
 	
 	ret.label = gtk_button_new_with_label (name);
-	GTK_OBJECT_UNSET_FLAGS (ret.label, GTK_CAN_FOCUS);
+
 	g_signal_connect_data (ret.label, "clicked",
 			       G_CALLBACK (address_button_clicked_cb),
 			       e_msg_composer_hdrs_and_string_create (hdrs, name),


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