aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-calendar-offline/org-gnome-mark-calendar-offline.eplug.in
blob: 75b8b9c866e8ede6823ea534987d9f12c88b087d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<e-plugin-list>
    <e-plugin id="org.gnome.evolution.mark_calendar_offline" type="shlib" name="Mark calendar offline" description="Marks the selected calendar for offline viewing"
        location="@PLUGINDIR@/liborg-gnome-mark-calendar-offline.so">
    
        <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>