diff options
author | Nat Friedman <nat@ximian.com> | 2001-08-08 18:27:28 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2001-08-08 18:27:28 +0800 |
commit | 581740ce36eed13bed3e269fde3c0f117f3950ac (patch) | |
tree | 3f5b9a05ded0900f799e8745a2c90847df1e6af4 /ui/evolution-contact-editor.xml | |
parent | 588f0d537f68fce195ab8fa904c3426f728280b3 (diff) | |
download | gsoc2013-evolution-581740ce36eed13bed3e269fde3c0f117f3950ac.tar.gz gsoc2013-evolution-581740ce36eed13bed3e269fde3c0f117f3950ac.tar.zst gsoc2013-evolution-581740ce36eed13bed3e269fde3c0f117f3950ac.zip |
Fixes Clahey bug #2200 :-)
2001-08-08 Nat Friedman <nat@ximian.com>
* evolution-contact-editor.xml: Removed Print Envelope since it's
disabled for Evolution 1.0.
* gui/widgets/e-addressbook-reflow-adapter.c (print_envelope): If 0'd out
since Envelope printing is disabled for 1.0.
* gui/widgets/e-addressbook-view.c (print_envelope): Likewise.
* gui/contact-editor/e-contact-editor.c (print_envelope_cb): Likewise.
* gui/widgets/e-addressbook-reflow-adapter.c
(e_addressbook_reflow_adapter_right_click): Removed "Print
Envelope" menu item.
* gui/widgets/e-addressbook-view.c (table_right_click): Likewise.
* gui/contact-editor/e-contact-editor.c (verbs): Likewise.
svn path=/trunk/; revision=11780
Diffstat (limited to 'ui/evolution-contact-editor.xml')
-rw-r--r-- | ui/evolution-contact-editor.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml index 7916ef9986..12e9e0ce33 100644 --- a/ui/evolution-contact-editor.xml +++ b/ui/evolution-contact-editor.xml @@ -184,8 +184,10 @@ static GnomeUIInfo main_menu[] = { _tip="Print this item" pixtype="pixbuf"/> +<!-- Envelope printing is disabled for Evolution 1.0. <cmd name="ContactEditorPrintEnvelope" pixtype="pixbuf"/> +--> <cmd name="ContactEditorClose" pixtype="stock" pixname="Close"/> @@ -222,8 +224,11 @@ static GnomeUIInfo main_menu[] = { <menuitem name="ContactEditorPrint" verb="" _label="_Print..."/> +<!-- Envelope printing is disabled for Evolution 1.0. + <menuitem name="ContactEditorPrintEnvelope" verb="" _label="Print En_velope..."/> +--> </placeholder> |