[evolution-patches] patch for addressbook bug #42177



fixes the date edit widget such that it gives up focus when you tab out
of it.  this wasn't strictly an addressbook bug, it affected the
calendar as well.

Chris
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.213
diff -u -r1.213 ChangeLog
--- ChangeLog	16 Apr 2003 14:47:06 -0000	1.213
+++ ChangeLog	5 May 2003 23:10:55 -0000
@@ -1,3 +1,8 @@
+2003-05-05  Chris Toshok  <toshok ximian com>
+
+	[ fixes bug #42177 ]
+	* e-dateedit.c (e_date_edit_init): remove the CAN_FOCUS flag.
+
 2003-04-16  Ettore Perazzoli  <ettore ximian com>
 
 	* e-search-bar.c (remove_bonobo_menus): Only do the actual remove
Index: e-dateedit.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-dateedit.c,v
retrieving revision 1.31
diff -u -r1.31 e-dateedit.c
--- e-dateedit.c	25 Feb 2003 07:03:46 -0000	1.31
+++ e-dateedit.c	5 May 2003 23:10:56 -0000
@@ -269,8 +269,6 @@
 {
 	EDateEditPrivate *priv;
 
-	GTK_WIDGET_SET_FLAGS (dedit, GTK_CAN_FOCUS);
-
 	dedit->priv = priv = g_new0 (EDateEditPrivate, 1);
 
 	priv->show_date = TRUE;


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