diff options
-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"> |