From 2cbac96e4053164b78b7bca54a0ca3ec86826649 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 31 Jul 2002 21:23:00 +0000 Subject: 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 --- mail/ChangeLog | 5 +++++ mail/component-factory.c | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 7f3bd5b935..160ed5bc1f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-07-31 Ettore Perazzoli + + * component-factory.c (create_component): Put "New Mail Message" + before "New Message Post" instead of vice versa. + 2002-07-31 Ettore Perazzoli * component-factory.c (create_component): Pass "mail" as diff --git a/mail/component-factory.c b/mail/component-factory.c index 64baf75714..635b378dd7 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -991,18 +991,18 @@ create_component (void) new_mail_icon = gdk_pixbuf_new_from_file (EVOLUTION_ICONSDIR "/new-message.xpm"); - evolution_shell_component_add_user_creatable_item (shell_component, "post", - _("New Message Post"), _("_Post Message"), - _("Post a new mail message"), - "mail", 'p', - new_mail_icon); - evolution_shell_component_add_user_creatable_item (shell_component, "message", _("New Mail Message"), _("_Mail Message"), _("Compose a new mail message"), "mail", 'm', new_mail_icon); + evolution_shell_component_add_user_creatable_item (shell_component, "post", + _("New Message Post"), _("_Post Message"), + _("Post a new mail message"), + "mail", 'p', + new_mail_icon); + if (new_mail_icon != NULL) gdk_pixbuf_unref (new_mail_icon); -- cgit v1.2.3