diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-11-03 20:29:56 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-11-03 20:29:56 +0800 |
commit | 4c22c6370acaf1b1bbaccfe15566c1ea34bdfce0 (patch) | |
tree | 925ed47634c23b43c257f7a28ebf00c59b823697 | |
parent | c579c2ebc2faeceda0d94d26bc51fee8aba5efc2 (diff) | |
download | gsoc2013-evolution-4c22c6370acaf1b1bbaccfe15566c1ea34bdfce0.tar.gz gsoc2013-evolution-4c22c6370acaf1b1bbaccfe15566c1ea34bdfce0.tar.zst gsoc2013-evolution-4c22c6370acaf1b1bbaccfe15566c1ea34bdfce0.zip |
fixed description and added author's info, to display correctly on the
2004-11-04 Rodrigo Moya <rodrigo@novell.com>
* org-gnome-mail-to-meeting.eplug.in: fixed description and added
author's info, to display correctly on the plugin manager.
svn path=/trunk/; revision=27818
-rw-r--r-- | plugins/mail-to-meeting/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/mail-to-meeting/ChangeLog b/plugins/mail-to-meeting/ChangeLog index 72885b9ada..5b88823004 100644 --- a/plugins/mail-to-meeting/ChangeLog +++ b/plugins/mail-to-meeting/ChangeLog @@ -1,3 +1,8 @@ +2004-11-04 Rodrigo Moya <rodrigo@novell.com> + + * org-gnome-mail-to-meeting.eplug.in: fixed description and added + author's info, to display correctly on the plugin manager. + 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-meeting.eplug.in: fix the popup id. diff --git a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in index f1ea6b1779..5248409158 100644 --- a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in +++ b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.in @@ -4,8 +4,9 @@ type="shlib" id="org.gnome.evolution.plugin.mailToMeeting" location="@PLUGINDIR@/liborg-gnome-mail-to-meeting.so" - name="Convert a mail message into a meeting" - description="A plugin which allows the creation of meetings from the contents of a mail message"> + name="Convert a mail message into a meeting"> + <description>A plugin which allows the creation of meetings from the contents of a mail message</description> + <author name="Rodrigo Moya" email="rodrigo@novell.com"/> <!-- hook into the uri popup menu --> <hook class="org.gnome.evolution.mail.popup:1.0"> |