aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/select-one-source/org-gnome-select-one-source.eplug.in
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-21 02:53:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-21 02:53:36 +0800
commitc1964e5f067f5458927c7af74ce7b9d3ef4dc5f0 (patch)
treea83097ba1a1b285e70fa64840d6ba96b10dc0138 /plugins/select-one-source/org-gnome-select-one-source.eplug.in
parent5efbfda209a094cf238ea99fddc54081385c4a39 (diff)
downloadgsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar.gz
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar.bz2
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar.lz
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar.xz
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.tar.zst
gsoc2013-evolution-c1964e5f067f5458927c7af74ce7b9d3ef4dc5f0.zip
implement a plugin that allows the user to limit the displayed task lists
2004-10-20 JP Rosevear <jpr@novell.com> * select-one-source.c: implement a plugin that allows the user to limit the displayed task lists or calendars to the current calendar or task list svn path=/trunk/; revision=27657
Diffstat (limited to 'plugins/select-one-source/org-gnome-select-one-source.eplug.in')
-rw-r--r--plugins/select-one-source/org-gnome-select-one-source.eplug.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/select-one-source/org-gnome-select-one-source.eplug.in b/plugins/select-one-source/org-gnome-select-one-source.eplug.in
new file mode 100644
index 0000000000..c39a46964b
--- /dev/null
+++ b/plugins/select-one-source/org-gnome-select-one-source.eplug.in
@@ -0,0 +1,14 @@
+<e-plugin-list>
+ <e-plugin id="org.gnome.evolution.select_one_source" type="shlib" name="Select one source" description="Selects a single calendar or task source for viewing"
+ location="@PLUGINDIR@/liborg-gnome-select-one-source.so">
+
+ <hook class="org.gnome.evolution.calendar.popup:1.0">
+ <menu id="org.gnome.evolution.tasks.source.popup" target="source">
+ <item type="item" path="25.select_one_source" label="_Show only this Task List" icon="stock_check-filled" activate="org_gnome_select_one_source"/>
+ </menu>
+ <menu id="org.gnome.evolution.calendar.source.popup" target="source">
+ <item type="item" path="25.select_one_source" label="_Show only this Calendar" icon="stock_check-filled" activate="org_gnome_select_one_source"/>
+ </menu>
+ </hook>
+ </e-plugin>
+</e-plugin-list> \ No newline at end of file