aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-calendar-offline
diff options
context:
space:
mode:
authorBjörn Torkelsson <torkel@acc.umu.se>2005-02-25 23:54:25 +0800
committerJP Rosevear <jpr@src.gnome.org>2005-02-25 23:54:25 +0800
commit7513daf020bd9e3fabdbeca6d3f124c7ff0b9e72 (patch)
treea544ce0d7b5eebac1a9b2933ff87307cc339b916 /plugins/mark-calendar-offline
parenteb66f839dc393431d562d06097707935823f164c (diff)
downloadgsoc2013-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/mark-calendar-offline')
-rw-r--r--plugins/mark-calendar-offline/ChangeLog7
-rw-r--r--plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in10
2 files changed, 14 insertions, 3 deletions
diff --git a/plugins/mark-calendar-offline/ChangeLog b/plugins/mark-calendar-offline/ChangeLog
index e6b33adc38..2d79a943a2 100644
--- a/plugins/mark-calendar-offline/ChangeLog
+++ b/plugins/mark-calendar-offline/ChangeLog
@@ -1,3 +1,10 @@
+2005-02-24 Björn Torkelsson <torkel@acc.umu.se>
+
+ * org-gnome-mark-calendar-offline.eplug.in: Shortened the
+ name.
+ Added author and description.
+ Added xml tag.
+
2004-11-01 JP Rosevear <jpr@novell.com>
* Makefile.am: dist .eplug.in file
diff --git a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
index 75b8b9c866..3b3d62f06c 100644
--- a/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
+++ b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
@@ -1,7 +1,11 @@
+<?xml version="1.0"?>
<e-plugin-list>
- <e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib" name="Mark calendar offline" description="Marks the selected calendar for offline viewing"
- location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so">
-
+ <e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib"
+ name="Mark calendar offline"
+ location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so">
+ <author name="Harish Krishnaswamy" email="kharish@novell.com"/>
+ <description>Marks the selected calendar for offline viewing.</description>
+
<hook class="org.gnome.evolution.calendar.popup:1.0">
<menu id="org.gnome.evolution.calendar.source.popup" target="source">
<item type="item" path="28.mark_calendar_offline" label="_Mark Calendar for offline use" icon="stock_disconnect" visible="offline" activate="org_gnome_mark_calendar_offline"/>