diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-10-28 08:16:10 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-10-28 08:16:10 +0800 |
commit | aa4757662d15ce38041ca8850a0b60b1f8e361d1 (patch) | |
tree | 3c7c02aecbe318d16ef2dc5465d940631729a988 | |
parent | da4b2a5d9f089b63d473ca15b83744459b1b6fb2 (diff) | |
download | gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar.gz gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar.bz2 gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar.lz gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar.xz gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.tar.zst gsoc2013-evolution-aa4757662d15ce38041ca8850a0b60b1f8e361d1.zip |
Comment out the "Action" submenu, which isn't hooked up to anything in the
2001-10-27 Jon Trowbridge <trow@ximian.com>
* evolution-contact-list-editor.xml: Comment out the "Action"
submenu, which isn't hooked up to anything in the code and thus
does nothing.
svn path=/trunk/; revision=14244
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-contact-list-editor.xml | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 638af31183..b387895f58 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2001-10-27 Jon Trowbridge <trow@ximian.com> + + * evolution-contact-list-editor.xml: Comment out the "Action" + submenu, which isn't hooked up to anything in the code and thus + does nothing. + 2001-10-25 Larry Ewing <lewing@ximian.com> * evolution-mail-message.xml: add separator before text size menu diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml index 49cc8b6abe..bcbdd63abe 100644 --- a/ui/evolution-contact-list-editor.xml +++ b/ui/evolution-contact-list-editor.xml @@ -40,6 +40,7 @@ </submenu> +<!-- Not Yet Implemented <submenu name="Actions" _label="_Actions"> <menuitem name="ContactListEditorSendAs" verb="" _label="Se_nd list to other..."/> @@ -47,6 +48,7 @@ <menuitem name="ContactListEditorSendTo" verb="" _label="Send _message to list..."/> </submenu> +--> </menu> |