aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/calendar-file/org-gnome-calendar-file.eplug.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/calendar-file/org-gnome-calendar-file.eplug.in')
-rw-r--r--plugins/calendar-file/org-gnome-calendar-file.eplug.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/calendar-file/org-gnome-calendar-file.eplug.in b/plugins/calendar-file/org-gnome-calendar-file.eplug.in
new file mode 100644
index 0000000000..edb70947fc
--- /dev/null
+++ b/plugins/calendar-file/org-gnome-calendar-file.eplug.in
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<e-plugin-list>
+ <e-plugin
+ type="shlib"
+ location="@PLUGINDIR@/liborg-gnome-calendar-file.so"
+ id="org.gnome.evolution.calendar.file"
+ name="Local Calendars">
+ <hook class="org.gnome.evolution.calendar.config:1.0">
+ <group
+ target="source"
+ id="org.gnome.evolution.calendar.calendarProperties">
+ <item
+ type="item_table"
+ path="00.general/00.source/00.file_dummy"
+ factory="e_calendar_file_dummy"/>
+ </group>
+ </hook>
+ </e-plugin>
+</e-plugin-list>