~ubuntu-branches/ubuntu/utopic/file-browser-applet/utopic

« back to all changes in this revision

Viewing changes to data/GNOME_FileBrowserApplet_Factory.server

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-02-13 21:33:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090213213345-gowiib2ifj0hmjb3
Tags: 0.6.1-0ubuntu1
* New upstream release. (LP: #329282)
 - Added mnemonic keyboard shortcut to menus for 
   faster keyboard navigation.
 - Added recent documents' support.
 - Improved menu browser focus after context menu close.
 - Fixed bugs #43, 44, 45, 49, 51, 56, 59, 60, 62.
* debian/control:
 - Update Vcs-Bzr field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<oaf_info>
 
2
 
 
3
        <oaf_server iid="OAFIID:GNOME_FileBrowserApplet_Factory"
 
4
                type="exe"
 
5
                location="/usr/lib/file-browser-applet/file-browser-applet">
 
6
        
 
7
                <oaf_attribute name="repo_ids" type="stringv">
 
8
                        <item value="IDL:Bonobo/GenericFactory:1.0"/>
 
9
                        <item value="IDL:Bonobo/Unknown:1.0"/>
 
10
                </oaf_attribute>        
 
11
                <oaf_attribute name="name" type="string" value="File Browser Applet Factory"/>
 
12
                <oaf_attribute name="description" type="string" value="Factory for the File Browser Applet"/>
 
13
        </oaf_server>
 
14
 
 
15
        <oaf_server iid="OAFIID:GNOME_FileBrowserApplet"
 
16
                type="factory"
 
17
            location="OAFIID:GNOME_FileBrowserApplet_Factory">
 
18
        
 
19
                <oaf_attribute name="repo_ids" type="stringv">
 
20
                        <item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
 
21
                        <item value="IDL:Bonobo/Control:1.0"/>
 
22
                        <item value="IDL:Bonobo/Unknown:1.0"/>
 
23
                </oaf_attribute>
 
24
                <oaf_attribute name="name" type="string" value="File Browser"/>
 
25
                <oaf_attribute name="description" type="string" value="File browser applet for the GNOME2 panel"/>
 
26
                <oaf_attribute name="panel:category" type="string" value="Utilities"/>
 
27
                <oaf_attribute name="panel:icon" type="string" value="file-browser-applet.png"/>
 
28
        </oaf_server>
 
29
 
 
30
</oaf_info>