[evolution-patches] Re: patches on bug 59196 of Bugzilla



There is some mistake in ChangeLog of my previous patch.

This one should be ok.

Alfred Peng
Dan Winship wrote:

On Thu, 2004-07-01 at 16:59 +0800, alfred.peng wrote:
Hi, Dan,

   Would you please help me to check the patch?

   It's for bug 59196 of Bugzilla.

Oops. I thought this had been fixed already. Looks good. Do you have a
CVS account or should I commit this?

-- Dan



Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.75
diff -u -r1.75 ChangeLog
--- ChangeLog	5 Jul 2004 07:43:50 -0000	1.75
+++ ChangeLog	7 Jul 2004 07:44:35 -0000
@@ -1,3 +1,10 @@
+2004-07-07  Alfred Peng <alfred peng sun com>
+
+	Fix for bugzilla BUG #59196.
+
+	* storage/GNOME_Evolution_Exchange_Storage.server.in.in:
+	Replace "Unknown" with "Exchange" in View->Window submenu.
+
 2004-07-05  Nicel KM  <mnicel novell com>
 
 	* configure.in : Bump version to 1.5.90
Index: storage/GNOME_Evolution_Exchange_Storage.server.in.in
===================================================================
RCS file: /cvs/gnome/evolution-exchange/storage/GNOME_Evolution_Exchange_Storage.server.in.in,v
retrieving revision 1.2
diff -u -r1.2 GNOME_Evolution_Exchange_Storage.server.in.in
--- storage/GNOME_Evolution_Exchange_Storage.server.in.in	3 Jun 2004 15:47:55 -0000	1.2
+++ storage/GNOME_Evolution_Exchange_Storage.server.in.in	7 Jul 2004 07:44:39 -0000
@@ -20,8 +20,14 @@
 		<item value="IDL:GNOME/Evolution/Component:@BASE_VERSION@"/>
 	</oaf_attribute>
 
+	<oaf_attribute name="evolution:component_alias" type="string"
+			   value="exchange"/>
 	<oaf_attribute name="name" type="string"
 		       _value="Evolution Exchange Component"/>
+	<oaf_attribute name="evolution:menu_label" type="string"
+		       _value="_Exchange"/>
+	<oaf_attribute name="evolution:menu_accelerator" type="string"
+		       _value="*Control*F5"/>
 	<oaf_attribute name="evolution:button_icon" type="string"
 		       value="@IMAGESDIR@/connector-mini.png"/>
 	<oaf_attribute name="evolution:button_label" type="string"


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