Re: [evolution-patches] patch for #22444



On Mon, 2003-04-21 at 23:40, Rodrigo Moya wrote:
> This adds 'Delete' commands for occurrences to the main menu, as there
> is for the popup menu. It doesn't break the string freeze since all
> strings used in the new code are already part of evolution.
> 
committed, along with the attached patch for the ui/ directory, which I
forgot to add in my previous post.

cheers
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ui/ChangeLog,v
retrieving revision 1.333
diff -u -p -r1.333 ChangeLog
--- ChangeLog	17 Apr 2003 03:54:31 -0000	1.333
+++ ChangeLog	22 Apr 2003 18:07:01 -0000
@@ -1,3 +1,9 @@
+2003-04-21  Rodrigo Moya <rodrigo ximian com>
+
+	Fixes #22444
+
+	* evolution-calendar.xml: added occurrence-related menu items.
+
 2003-04-17  Not Zed  <NotZed Ximian com>
 
 	* evolution-signature-editor.xml: Remove the Help menu.
Index: evolution-calendar.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-calendar.xml,v
retrieving revision 1.55
diff -u -p -r1.55 evolution-calendar.xml
--- evolution-calendar.xml	9 Apr 2002 15:08:03 -0000	1.55
+++ evolution-calendar.xml	22 Apr 2003 18:07:01 -0000
@@ -19,6 +19,8 @@
     <cmd name="Paste" _tip="Paste the clipboard" accel="*Control*v"/>
 
     <cmd name="Delete" _tip="Delete the appointment" accel="*Control*d"/>
+    <cmd name="DeleteOccurrence" _tip="Delete this occurrence"/>
+    <cmd name="DeleteAllOccurrences" _tip="Delete All Occurrences"/>
 
     <cmd name="PublishFreeBusy" _tip="Publish Free/Busy information for this calendar"/>
   </commands>
@@ -45,6 +47,8 @@
       	<separator/>
 
       	<menuitem name="Delete" verb="" _label="_Delete" pixtype="pixbuf"/>
+	<menuitem name="DeleteOccurrence" verb="" _label="Delete this Occurrence" pixtype="pixbuf"/>
+	<menuitem name="DeleteAllOccurrences" verb="" _label="Delete All Occurrences" pixtype="pixbuf"/>
       </submenu>
     </placeholder>
 


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