aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-03-15 03:14:43 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-03-15 03:14:43 +0800
commite5de85de84d41bbccd15a67d7f90c11fc7669f3e (patch)
tree548c0640724a2f9cbff8c928bcc2de3e2b0b1e1a /ui
parent97f42383df5c740d16cca3ab09362a0ef4605f5e (diff)
downloadgsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.gz
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.bz2
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.lz
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.xz
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.tar.zst
gsoc2013-evolution-e5de85de84d41bbccd15a67d7f90c11fc7669f3e.zip
remove duplicate new items in the file and action menus
2002-03-14 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: remove duplicate new items in the file and action menus svn path=/trunk/; revision=16159
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml15
2 files changed, 4 insertions, 15 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index b32161ae19..cf6075c44a 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,9 @@
2002-03-14 JP Rosevear <jpr@ximian.com>
+ * evolution-tasks.xml: 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
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index 273d17e176..1bd3e13794 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -1,7 +1,5 @@
<Root>
<commands>
- <cmd name="TasksNewTask" pixtype="pixbuf" _tip="Create a new task"/>
-
<cmd name="TasksPrint" _tip="Print the list of tasks" pixtype="pixbuf"
accel="*Control*p"/>
<cmd name="TasksPrintPreview" _tip="Previews the list of tasks to be printed" pixtype="pixbuf"/>
@@ -18,14 +16,6 @@
<menu>
<submenu name="File">
- <submenu name="New">
- <placeholder name="NewFirstItem">
- <menuitem name="NewTask" verb="TasksNewTask" _label="_Task"
- accel="*Control*n" pixtype="pixbuf"/>
- <separator/>
- </placeholder>
- </submenu>
-
<placeholder name="Print">
<menuitem name="PrintPreview" verb="TasksPrintPreview"
_label="Print Pre_view" pixtype="pixbuf"/>
@@ -54,12 +44,7 @@
<placeholder name="ComponentActionsPlaceholder">
<submenu name="Actions" _label="_Actions">
- <menuitem name="NewTask" verb="CalendarNewTask" _label="Create a New _Task" pixtype="pixbuf"/>
-
- <separator/>
-
<menuitem name="TasksExpunge" verb="" pixtype="pixbuf"/>
-
</submenu>
</placeholder>