diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:22:02 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-02-22 10:22:02 +0800 |
commit | b75505b2dec2fb9367b5d7556d70658b25910482 (patch) | |
tree | b3d7e77b82773d8e966aa4e5eafa5e7a7996e322 /ui/evolution-tasks.xml | |
parent | ea9489d8944c6c4a7095e92a47991df421140a4b (diff) | |
download | gsoc2013-evolution-b75505b2dec2fb9367b5d7556d70658b25910482.tar.gz gsoc2013-evolution-b75505b2dec2fb9367b5d7556d70658b25910482.tar.zst gsoc2013-evolution-b75505b2dec2fb9367b5d7556d70658b25910482.zip |
Add NewComboButton and a separator.
* evolution.xml: Add NewComboButton and a separator.
* evolution-calendar.xml: remove CalendarNewAppointment and
CalendarNewTask from the toolbar.
* evolution-tasks.xml: Remove TasksNewTask button from the
toolbar.
* evolution-addressbook.xml: Remove ContactNew and ContactNewList
from the toolbar.
* evolution-mail-global.xml: Remove the MessageNew from the
toolbar.
svn path=/trunk/; revision=15787
Diffstat (limited to 'ui/evolution-tasks.xml')
-rw-r--r-- | ui/evolution-tasks.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index 5fdb80c51b..8aea207c62 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -62,10 +62,6 @@ </menu> <dockitem name="Toolbar"> - <toolitem name="New" _label="New Task" verb="TasksNewTask" priority="1" pixtype="pixbuf"/> - - <separator/> - <toolitem name="Cut" _label="Cut" verb="TasksCut" pixtype="pixbuf"/> <toolitem name="Copy" _label="Copy" verb="TasksCopy" pixtype="pixbuf"/> <toolitem name="Paste" _label="Paste" verb="TasksPaste" pixtype="pixbuf"/> |