Files
evolution/plugins/select-one-source/org-gnome-select-one-source.eplug.in
JP Rosevear c1964e5f06 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
2004-10-20 18:53:36 +00:00

14 lines
798 B
Plaintext

<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>