diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-14 06:12:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-14 06:12:52 +0800 |
commit | 6f1f8ce3ceb588d7bfb21d745a8d04e11191650a (patch) | |
tree | f5974e327420e5c24c86c8ccd0d544fa1da7aff8 | |
parent | 6db275314597504560f91526e0026b3dbef99cfc (diff) | |
download | gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar.gz gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar.bz2 gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar.lz gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar.xz gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.tar.zst gsoc2013-evolution-6f1f8ce3ceb588d7bfb21d745a8d04e11191650a.zip |
Remove the "Tasks Settings..." menu item.
* evolution-tasks.xml: Remove the "Tasks Settings..." menu item.
* evolution-calendar.xml: Remove the "Calendar Settings..." menu
item.
* evolution-addressbook.xml: Remove the "LDAP Sources..." menu
item.
svn path=/trunk/; revision=16150
-rw-r--r-- | ui/ChangeLog | 10 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 8 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 9 |
4 files changed, 10 insertions, 21 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8409b94503..040c500321 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,13 @@ +2002-03-13 Ettore Perazzoli <ettore@ximian.com> + + * evolution-tasks.xml: Remove the "Tasks Settings..." menu item. + + * evolution-calendar.xml: Remove the "Calendar Settings..." menu + item. + + * evolution-addressbook.xml: Remove the "LDAP Sources..." menu + item. + 2002-03-12 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Add an entry to invoke the new unified config diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 95bdf043e2..f6666ff0ce 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -140,10 +140,6 @@ verb="" _label="_Search for Contacts" pixtype="pixbuf"/> - - <menuitem name="AddressbookConfig" verb="" - _label="_Addressbook Sources..." - pixtype ="pixbuf"/> <separator f="" name="eadbk3"/> </placeholder> </submenu> diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 175b388f05..cbb8d5c8bb 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -9,7 +9,6 @@ <cmd name="CalendarPrint" _tip="Print this calendar" pixtype="pixbuf" accel="*Control*p"/> <cmd name="CalendarPrintPreview" _tip="Previews the calendar to be printed" pixtype="pixbuf"/> - <cmd name="CalendarSettings" _tip="Configure the calendar's settings"/> <cmd name="CalendarPrev" _tip="Go back" pixtype="pixbuf"/> <cmd name="CalendarToday" _tip="Go to today" pixtype="stock" pixname="Home"/> @@ -78,13 +77,6 @@ </submenu> - <submenu name="Tools"> - <placeholder name="ComponentPlaceholder"> - <menuitem name="CalendarSettings" verb="" _label="_Calendar Settings..." pixtype="pixbuf"/> - <separator f="" name="ecal"/> - </placeholder> - </submenu> - <placeholder name="ComponentActionsPlaceholder"> <submenu name="Actions" _label="_Actions"> <menuitem name="NewAppointment" verb="CalendarNewAppointment" diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 81bd494fb2..273d17e176 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -14,8 +14,6 @@ <cmd name="TasksExpunge" _label="_Expunge" _tip="Delete completed tasks" accel="*Control*e"/> - - <cmd name="TasksSettings" _tip="Configure the task view's settings"/> </commands> <menu> @@ -65,13 +63,6 @@ </submenu> </placeholder> - <submenu name="Tools"> - <placeholder name="ComponentPlaceholder"> - <menuitem name="TasksSettings" _label="Tasks Settings..." verb="" pixtype="pixbuf"/> - - <separator/> - </placeholder> - </submenu> </menu> <dockitem name="Toolbar"> |