diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-01 05:23:00 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-08-01 05:23:00 +0800 |
commit | 2cbac96e4053164b78b7bca54a0ca3ec86826649 (patch) | |
tree | d56645abe1a141e7ecf115a9bf3546130b20e518 /ui | |
parent | d01a9081d208108b4b60a1746ac0118c3ef6da68 (diff) | |
download | gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar.gz gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar.bz2 gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar.lz gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar.xz gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.tar.zst gsoc2013-evolution-2cbac96e4053164b78b7bca54a0ca3ec86826649.zip |
Change the order so that "New Contact" is first and "New Contact List" is
* gui/component/addressbook-component.c (create_component): Change
the order so that "New Contact" is first and "New Contact List" is
next.
* gui/component-factory.c (create_object): Change the order of the
user creatable items a bit so that "New Appointment" and "New
Meeting" are at the top when in a calendar folder.
* component-factory.c (create_component): Put "New Mail Message"
before "New Message Post" instead of vice versa.
* evolution-mail-global.xml: Remove "New Mail Message" and "Post
Message" items.
svn path=/trunk/; revision=17661
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 13 |
2 files changed, 5 insertions, 13 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8812c81235..8dedfbbc1d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 Ettore Perazzoli <ettore@ximian.com> + + * evolution-mail-global.xml: Remove "New Mail Message" and "Post + Message" items. + 2002-07-26 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Move File/New/NewItems placeholder on the top and diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 244ab284fe..bc1e1ae7eb 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -45,19 +45,6 @@ <menu> - <submenu name="File"> - <submenu name="New"> - <placeholder name="NewFirstItem"> - <menuitem name="MessageNew" verb="MailCompose" - accel="*Control*n" _label="_Mail Message"/> - <menuitem name="MessagePost" verb="MailPost" - accel="" _label="Post a Message"/> - - <separator f="" name="emailglobal"/> - </placeholder> - </submenu> - </submenu> - <submenu name="View"> <menuitem name="ViewPreview" verb="" _label="_Preview Pane"/> <separator f="" name="emailglobal"/> |