diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-11 05:22:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-11-11 05:22:12 +0800 |
commit | b1c26ce2bde7fffcd39cc185cc8670e767d190ba (patch) | |
tree | 865ea0e8c6a76692caa3dea36e1df10a32063094 | |
parent | d40faeb22e27c8df9e8d626fcbea2efe1741d768 (diff) | |
download | gsoc2013-evolution-b1c26ce2bde7fffcd39cc185cc8670e767d190ba.tar.gz gsoc2013-evolution-b1c26ce2bde7fffcd39cc185cc8670e767d190ba.tar.zst gsoc2013-evolution-b1c26ce2bde7fffcd39cc185cc8670e767d190ba.zip |
Set an "evolution:component_alias" property with a value of "mail".
Set an
"evolution:component_alias" property with a value of "mail".
svn path=/trunk/; revision=23266
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/GNOME_Evolution_Mail.server.in.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 14c0682cd2..61387051a8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2003-11-10 Ettore Perazzoli <ettore@ximian.com> + + * GNOME_Evolution_Mail.server.in.in: Set an + "evolution:component_alias" property with a value of "mail". + 2003-11-10 Not Zed <NotZed@Ximian.com> * em-format-html.c (em_format_html_multipart_signed_sign): changed diff --git a/mail/GNOME_Evolution_Mail.server.in.in b/mail/GNOME_Evolution_Mail.server.in.in index 34b624c47b..40c4df1bef 100644 --- a/mail/GNOME_Evolution_Mail.server.in.in +++ b/mail/GNOME_Evolution_Mail.server.in.in @@ -41,6 +41,8 @@ <oaf_attribute name="name" type="string" _value="Evolution Mail component"/> + <oaf_attribute name="evolution:component_alias" type="string" value="mail"/> + <oaf_attribute name="evolution:button_label" type="string" _value="Mail"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-10"/> <oaf_attribute name="evolution:button_icon" type="string" value="evolution-inbox.png"/> |