aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-05-18 07:32:32 +0800
committerChris Toshok <toshok@src.gnome.org>2001-05-18 07:32:32 +0800
commite49a1ffb39d102e413b5005cc7b915a100c68680 (patch)
treea943dba3ace4439408568d1b114d09c52dc0e11b
parentbb0671f820227cd6759c5b77e678c87ff24af99a (diff)
downloadgsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.gz
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.bz2
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.lz
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.xz
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.tar.zst
gsoc2013-evolution-e49a1ffb39d102e413b5005cc7b915a100c68680.zip
add <commands> for the toolbar/menu items we set the sensitivity on.
2001-05-17 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add <commands> for the toolbar/menu items we set the sensitivity on. svn path=/trunk/; revision=9875
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-addressbook.xml29
2 files changed, 27 insertions, 7 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index d1c29b2dfc..dde8b9de0a 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-17 Chris Toshok <toshok@ximian.com>
+
+ * evolution-addressbook.xml: add <commands> for the toolbar/menu
+ items we set the sensitivity on.
+
2001-05-17 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Added a "FolderPopup" element and reformatted
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index 1547e62f33..ea48925134 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -1,5 +1,23 @@
<Root>
+ <commands>
+ <cmd name="ContactDelete"
+ _tip="Delete a contact"
+ pixtype="stock" pixname="Trash"/>
+
+ <cmd name="ContactNew"
+ _tip="Create new contact"
+ accel="*Control*n"/>
+
+ <cmd name="ContactsPrint"
+ _tip="Print contacts"
+ pixtype="stock" pixname="Print"/>
+
+ <cmd name="ContactStop"
+ _tip="Stop Loading"
+ pixtype="stock" pixname="Stop"/>
+ </commands>
+
<menu>
<submenu name="File">
@@ -56,7 +74,7 @@
<dockitem name="Toolbar">
<toolitem name="New" _label="New contact"
- _tip="Create new contact" verb="ContactNew"
+ verb="ContactNew"
pixtype="pixbuf" priority="1"/>
<separator/>
@@ -66,12 +84,10 @@
pixtype="pixbuf"/>
<toolitem name="Print" _label="Print"
- _tip="Print contacts" verb="ContactsPrint"
- pixtype="stock" pixname="Print"/>
+ verb="ContactsPrint"/>
<toolitem name="Delete" _label="Delete"
- _tip="Delete a contact" verb="ContactDelete"
- pixtype="stock" pixname="Trash"/>
+ verb="ContactDelete"/>
<separator/>
@@ -80,8 +96,7 @@
pixtype="pixbuf"/>
<toolitem name="Stop" _label="Stop"
- _tip="Stop Loading" verb="ContactStop"
- pixtype="stock" pixname="Stop"/>
+ verb="ContactStop"/>
</dockitem>