diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-15 03:33:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-15 03:33:39 +0800 |
commit | 64ecd31c405c5d42743990403d114790b91bf095 (patch) | |
tree | aed87c333669be6f1cf8441378c9437870243257 | |
parent | a9c669620607f3b9027a9840004fc66a3c3527eb (diff) | |
download | gsoc2013-evolution-64ecd31c405c5d42743990403d114790b91bf095.tar.gz gsoc2013-evolution-64ecd31c405c5d42743990403d114790b91bf095.tar.zst gsoc2013-evolution-64ecd31c405c5d42743990403d114790b91bf095.zip |
Remove "Settings" item.
* my-evolution.xml: Remove "Settings" item.
svn path=/trunk/; revision=16163
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/my-evolution.xml | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index b397fe4438..d02e260fa5 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,7 @@ +2002-03-14 Ettore Perazzoli <ettore@ximian.com> + + * my-evolution.xml: Remove "Settings" item. + 2002-03-14 JP Rosevear <jpr@ximian.com> * evolution-tasks.xml: remove duplicate new items in the file diff --git a/ui/my-evolution.xml b/ui/my-evolution.xml index 339a43399f..8588ec3337 100644 --- a/ui/my-evolution.xml +++ b/ui/my-evolution.xml @@ -4,10 +4,6 @@ <cmd name="PrintMyEvolution" _label="Print" _tip="Print Summary" pixtype="stock" pixname="Print"/> - <cmd name="ToolsSettings" - _tip="Change the settings for the summary" - pixtype="pixbuf"/> - <cmd name="Reload" _label="Reload" _tip="Reload the view" pixtype="stock" pixname="Refresh"/> </commands> @@ -20,14 +16,6 @@ accel="*Control*p" pixtype="pixbuf"/> </placeholder> </submenu> - - <submenu name="Tools" _label="_Tools"> - <placeholder name="ComponentPlaceholder"> - <menuitem name="ToolsSettings" verb="" - _label="_Summary Settings..."/> - <separator f="" name="myevo"/> - </placeholder> - </submenu> </menu> <dockitem name="Toolbar"> |