aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-tasks.xml26
2 files changed, 13 insertions, 17 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 4d3114cf62..31e4cb24d8 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-21 Federico Mena Quintero <federico@ximian.com>
+
+ * evolution-tasks.xml: Added a Delete button on the toolbar.
+
2001-05-20 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add a control placeholder named "OfflineToggle"
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
index c0cbe55166..1691c20302 100644
--- a/ui/evolution-tasks.xml
+++ b/ui/evolution-tasks.xml
@@ -3,6 +3,9 @@
<commands>
<cmd name="TasksNewTask" pixtype="stock" pixname="New"
_tip="Create a new task" verb="TasksNewTask"/>
+ <cmd name="TasksDelete" _label="Delete" pixtype="stock" pixname="Trash"
+ _tip="Delete selected tasks" verb="TasksDelete"
+ accel="Delete" sensitive="0"/>
</commands>
<menu>
@@ -40,6 +43,8 @@
<submenu name="Edit">
+ <menuitem name="Delete" verb="TasksDelete"
+ _label="_Delete"/>
</submenu>
@@ -58,6 +63,10 @@
<separator/>
+ <toolitem name="Delete" verb="TasksDelete"/>
+
+ <separator/>
+
<toolitem name="Print" _label="Print"
_tip="Print" verb="TasksPrint"
pixtype="stock" pixname="Print"/>
@@ -65,20 +74,3 @@
</dockitem>
</Root>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-