aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2004-10-24 19:27:47 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2004-10-24 19:27:47 +0800
commit6c31be81b1043a9cd22c380b5103b11feaa77441 (patch)
treeecc8e6f1fe36093b58f526b970aa0cae19752616 /plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
parent596183d49da037675030bc9fc2c3248366b7299a (diff)
downloadgsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar.gz
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar.bz2
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar.lz
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar.xz
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.tar.zst
gsoc2013-evolution-6c31be81b1043a9cd22c380b5103b11feaa77441.zip
restoring the files in the correct directory
2004-10-22 Harish Krishnaswamy <kharish@novell.com> * mark-calendar-offline.c: implement a plugin that lets the user mark a calendar to be available for off-line use, if it is not already set to be so and vice versa svn path=/trunk/; revision=27709
Diffstat (limited to 'plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in')
-rw-r--r--plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in16
1 files changed, 16 insertions, 0 deletions
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
new file mode 100644
index 0000000000..75b8b9c866
--- /dev/null
+++ b/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
@@ -0,0 +1,16 @@
+<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">
+
+ <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"/>
+ </menu>
+ </hook>
+ <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_no_offline" label="_Do not make this available offline" icon="stock_connect" visible="no-offline" activate="org_gnome_mark_calendar_no_offline"/>
+ </menu>
+ </hook>
+ </e-plugin>
+</e-plugin-list>