home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / evolution / 2.8 / plugins / org-gnome-mark-calendar-offline.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-30  |  1.1 KB  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <e-plugin-list>
  3.     <e-plugin type="shlib" location="/usr/lib/evolution/2.8/plugins/liborg-gnome-mark-calendar-offline.so" id="org.gnome.evolution.mark_calendar_offline" name="Mark calendar offline">
  4.     <author name="Harish Krishnaswamy" email="kharish@novell.com"/>
  5.            <description>Marks the selected calendar for offline viewing.</description>
  6.  
  7.         <hook class="org.gnome.evolution.calendar.popup:1.0">
  8.             <menu target="source" id="org.gnome.evolution.calendar.source.popup">
  9.                 <item visible="offline" type="item" path="28.mark_calendar_offline" icon="stock_disconnect" activate="org_gnome_mark_calendar_offline" label="_Mark Calendar for offline use"></item>
  10.             </menu>
  11.         </hook>
  12.         <hook class="org.gnome.evolution.calendar.popup:1.0">
  13.             <menu target="source" id="org.gnome.evolution.calendar.source.popup">
  14.                 <item visible="no-offline" type="item" path="28.mark_calendar_no_offline" icon="stock_connect" activate="org_gnome_mark_calendar_no_offline" label="_Do not make this available offline"></item>
  15.             </menu>
  16.         </hook>
  17.     </e-plugin>
  18. </e-plugin-list>