blob: a10be9629fd8548b971398f6d53029d6d9b6f406 (
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.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>
|