Re: [evolution-patches] patch to fix #302267



Oh, sorry. Here is the patch.

Rodrigo Moya wrote:

On Thu, 2005-04-28 at 17:01 +0800, Li Yuan wrote:
Hi, JP and Not Zed

Here is a little patch to fix #302267. Please help me to review it.
Thank you very much.

seems you forgot to attach the patch


Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.352
diff -u -r1.352 ChangeLog
--- ChangeLog	2 Mar 2005 18:21:20 -0000	1.352
+++ ChangeLog	28 Apr 2005 08:56:20 -0000
@@ -1,3 +1,10 @@
+2005-04-28  Li Yuan <li yuan sun com>
+
+	* e-dateedit.c:(e_date_edit_update_date_entry):
+	add relation to date_button.
+
+	Fixes #302267
+
 2005-03-01  Jeffrey Stedfast  <fejj novell com>
 
 	* e-search-bar.c (subitem_activated_cb): Make the entry widget
Index: e-dateedit.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-dateedit.c,v
retrieving revision 1.42
diff -u -r1.42 e-dateedit.c
--- e-dateedit.c	18 Jan 2005 07:24:31 -0000	1.42
+++ e-dateedit.c	28 Apr 2005 08:56:24 -0000
@@ -1662,6 +1662,7 @@
 	}
 
 	add_relation (dedit, priv->date_entry);
+	add_relation (dedit, priv->date_button);
 }
 
 



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