blob: ecf5b67d60144ea4831651935c5b899b2101d0b3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0"?>
<e-plugin-list>
<e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib"
_name="Mark calendar offline"
location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline@SOEXT@">
<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"/>
</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>
|