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-print-message.eplug < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-30  |  876 b   |  17 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-print-message.so" id="org.gnome.evolution.plugin.compose.PrintMessage" name="Print Message">
  4.     <description>Gives an option to print mail from composer</description>
  5.     <author name="Vivek Jain" email="jvivek@novell.com"/>
  6.  
  7.     
  8.     <hook class="org.gnome.evolution.mail.bonobomenu:1.0">
  9.       <menu target="widget" id="org.gnome.evolution.mail.composer">
  10.           <ui file="/usr/lib/evolution/2.8/plugins/org-gnome-print-message.xml"/>
  11.     <item verb="EPPrintPreview" type="item" path="/commands/EPPrintPreview" enable="one" activate="org_gnome_print_preview"/>
  12.     <item verb="EPPrintMessage" type="item" path="/commands/EPPrintMessage" enable="one" activate="org_gnome_print_message"/>
  13.           </menu>
  14.     </hook>
  15.  
  16.   </e-plugin>
  17. </e-plugin-list>