diff options
author | Björn Torkelsson <torkel@acc.umu.se> | 2005-02-25 23:54:25 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-02-25 23:54:25 +0800 |
commit | 7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 (patch) | |
tree | a544ce0d7b5eebac1a9b2933ff87307cc339b916 /plugins/save-calendar | |
parent | eb66f839dc393431d562d06097707935823f164c (diff) | |
download | gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.gz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.bz2 gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.lz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.xz gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.tar.zst gsoc2013-evolution-7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72.zip |
clean up author/descriptions for various plugins.
2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
* clean up author/descriptions for various plugins.
svn path=/trunk/; revision=28889
Diffstat (limited to 'plugins/save-calendar')
-rw-r--r-- | plugins/save-calendar/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/save-calendar/org-gnome-save-calendar.eplug.in | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/plugins/save-calendar/ChangeLog b/plugins/save-calendar/ChangeLog index 899809540e..1989b35e5a 100644 --- a/plugins/save-calendar/ChangeLog +++ b/plugins/save-calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-02-24 Björn Torkelsson <torkel@acc.umu.se> + + * org-gnome-save-calendar.eplug.in: Fixed description and added + author. + Shortened name of plugin. + Added xml tag. + 2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 diff --git a/plugins/save-calendar/org-gnome-save-calendar.eplug.in b/plugins/save-calendar/org-gnome-save-calendar.eplug.in index 39d1f3f382..dc3e103e36 100644 --- a/plugins/save-calendar/org-gnome-save-calendar.eplug.in +++ b/plugins/save-calendar/org-gnome-save-calendar.eplug.in @@ -1,6 +1,10 @@ +<?xml version="1.0"?> <e-plugin-list> - <e-plugin id="org.gnome.evolution.save_calendar" type="shlib" name="Save Selected Calendar or Tasks List" description="Saves selected calendar or tasks list to disk" - location="@PLUGINDIR@/liborg-gnome-save-calendar.so"> + <e-plugin id="org.gnome.evolution.save_calendar" type="shlib" + name="Save Selected" + location="@PLUGINDIR@/liborg-gnome-save-calendar.so"> + <author name="Rodrigo Moya" email="rodrigo@novell.com"/> + <description>Saves selected calendar or tasks list to disk.</description> <hook class="org.gnome.evolution.calendar.popup:1.0"> <menu id="org.gnome.evolution.tasks.source.popup" target="source"> |