aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-calendar/org-gnome-save-calendar.eplug.in
blob: 4fd8816bf43b0c7ba8b64bc1f3e31ffb97f8bb95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<e-plugin-list>
    <e-plugin id="org.gnome.evolution.save_calendar" type="shlib" name="Save Selected Calendar or Tasks List" description="Saves selected calendar or tasks list to disk"
        location="@PLUGINDIR@/liborg-gnome-save-calendar.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.save_tasks" label="Save Tasks List to _Disk" icon="stock_check-filled" activate="org_gnome_save_tasks"/>
            </menu>
            <menu id="org.gnome.evolution.calendar.source.popup" target="source">
                <item type="item" path="25.save_calendar" label="Save Calendar to _Disk" icon="stock_check-filled" activate="org_gnome_save_calendar"/>
            </menu>
        </hook>
    </e-plugin>
</e-plugin-list>