aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml
blob: 3f17ef5f986ec55ca59ada282b8b56561abe26c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<e-plugin-list>
    <e-plugin id="org.gnome.evolution.ipod_sync" type="shlib" 
    _name="iPod Synchronization"
        location="@PLUGINDIR@/liborg-gnome-ipod-sync-evolution@SOEXT@"> 
        <author name="Srinivasa Ragavan" email="sragavan@novell.com"/>
        <_description>Synchronize the selected task/calendar/addressbook with Apple iPod</_description>
    
        <hook class="org.gnome.evolution.calendar.popup:1.0">
            <menu id="org.gnome.evolution.tasks.source.popup" target="source">
                <item type="item" path="20.sync_ipod.00." _label="Synchronize to iPod" icon="gnome-dev-ipod" activate="org_gnome_sync_tasks"/>
            </menu>
            <menu id="org.gnome.evolution.calendar.source.popup" target="source">
                <item type="item" path="20.sync_ipod.00" _label="Synchronize to iPod" icon="gnome-dev-ipod" activate="org_gnome_sync_calendar"/>
            </menu>
        </hook>
        <hook class="org.gnome.evolution.addressbook.popup:1.0">
            <menu id="org.gnome.evolution.addressbook.source.popup" target="source">
                <item type="item" path="20.sync_ipod.00." _label="Synchronize to iPod" icon="gnome-dev-ipod" activate="org_gnome_sync_addressbook"/>
            </menu>
        </hook>
    </e-plugin>
</e-plugin-list>