aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-03-15 03:09:52 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-03-15 03:09:52 +0800
commit97f42383df5c740d16cca3ab09362a0ef4605f5e (patch)
tree40f0538d2855e87e891b9354b8a8f7e2f4b4daa9 /ui
parentf3a444674878385818f5fb13f5e65bae9a50eca3 (diff)
downloadgsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.gz
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.bz2
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.lz
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.xz
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.tar.zst
gsoc2013-evolution-97f42383df5c740d16cca3ab09362a0ef4605f5e.zip
remove duplicate new items in the file and action menus
2002-03-14 JP Rosevear <jpr@ximian.com> * evolution-calendar.xml: remove duplicate new items in the file and action menus svn path=/trunk/; revision=16158
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-calendar.xml29
2 files changed, 5 insertions, 29 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 040c500321..b32161ae19 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-14 JP Rosevear <jpr@ximian.com>
+
+ * evolution-calendar.xml: remove duplicate new items in the file
+ and action menus
+
2002-03-13 Ettore Perazzoli <ettore@ximian.com>
* evolution-tasks.xml: Remove the "Tasks Settings..." menu item.
diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml
index cbb8d5c8bb..63b712b70c 100644
--- a/ui/evolution-calendar.xml
+++ b/ui/evolution-calendar.xml
@@ -1,11 +1,5 @@
<Root>
<commands>
- <cmd name="CalendarNewAppointment" _tip="Create a new appointment"
- accel="*Control*n"/>
- <cmd name="CalendarNewEvent" _tip="Create an event for the whole day"/>
- <cmd name="CalendarNewMeeting" _tip="Create a new meeting request"/>
- <cmd name="CalendarNewTask" _tip="Create a new task"/>
-
<cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf"
accel="*Control*p"/>
<cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/>
@@ -32,20 +26,6 @@
<menu>
<submenu name="File">
- <submenu name="New">
-
- <placeholder name="NewFirstItem">
- <menuitem name="NewAppointment" verb="CalendarNewAppointment"
- _label="_Appointment..." pixtype="pixbuf"/>
- <menuitem name="NewMeeting" verb="CalendarNewMeeting"
- _label="_Meeting..." pixtype="pixbuf"/>
- <menuitem name="NewTask" verb="CalendarNewTask"
- _label="_Task..." pixtype="pixbuf"/>
- <separator f="" name="ecal"/>
- </placeholder>
-
- </submenu>
-
<placeholder name="Print">
<menuitem name="PrintPreview" verb="CalendarPrintPreview"
_label="Print Pre_view" pixtype="pixbuf"/>
@@ -79,15 +59,6 @@
<placeholder name="ComponentActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
- <menuitem name="NewAppointment" verb="CalendarNewAppointment"
- _label="Create a _New Appointment" pixtype="pixbuf"/>
- <menuitem name="NewEvent" verb="CalendarNewEvent" _label="Create a New All Day _Event" pixtype="pixbuf"/>
- <menuitem name="NewMeeting" verb="CalendarNewMeeting"
- _label="Create a _New Meeting" pixtype="pixbuf"/>
- <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/>
-
- <separator f="" name="ecal"/>
-
<menuitem name="PublishFreeBusy" verb="" _label="_Publish Free/Busy Information"/>
</submenu>
</placeholder>