aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.xml
blob: af42a0f575f6caa38e04d0a79f1f7e09a7c52e6b (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.so">
    <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>