aboutsummaryrefslogblamecommitdiffstats
path: root/plugins/ipod-sync/org-gnome-ipod-sync-evolution.eplug.xml
blob: a10be9629fd8548b971398f6d53029d6d9b6f406 (plain) (tree)






















                                                                                                                                                                    
<?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.so"> 
        <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>