diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-24 19:10:25 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-24 19:10:25 +0800 |
commit | e05ad29c48067155de70870d4358df97d0d83437 (patch) | |
tree | cd697702bb52547153f4b22a00fc16ea070abe8d /plugins/select-one-source | |
parent | 294bcbac434e16e91b43b1f6c9c7da5bb5d7030f (diff) | |
download | gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar.gz gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar.bz2 gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar.lz gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar.xz gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.tar.zst gsoc2013-evolution-e05ad29c48067155de70870d4358df97d0d83437.zip |
This file does not belong here
svn path=/trunk/; revision=27706
Diffstat (limited to 'plugins/select-one-source')
-rw-r--r-- | plugins/select-one-source/org-gnome-mark-calendar-offline.eplug.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/select-one-source/org-gnome-mark-calendar-offline.eplug.in b/plugins/select-one-source/org-gnome-mark-calendar-offline.eplug.in deleted file mode 100644 index 75b8b9c866..0000000000 --- a/plugins/select-one-source/org-gnome-mark-calendar-offline.eplug.in +++ /dev/null @@ -1,16 +0,0 @@ -<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> |