~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to RecentNotificationsApplet.server

  • Committer: Jason Conti
  • Date: 2010-02-21 00:51:16 UTC
  • Revision ID: jason.conti@gmail.com-20100221005116-6r8y8tta8f21h3x9
Reorganizing to make it easier to build a package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<oaf_info>
2
 
 
3
 
<oaf_server iid="OAFIID:RecentNotificationsApplet_Factory"
4
 
            type="exe"
5
 
            location="/home/jconti/Projects/git/recent-notifications/applet.py">
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="Recent Notifications"/>
12
 
        <oaf_attribute name="description" type="string" value="View recent notifications"/>
13
 
</oaf_server>
14
 
 
15
 
<oaf_server iid="OAFIID:RecentNotificationsApplet"
16
 
            type="factory" 
17
 
            location="OAFIID:RecentNotificationsApplet_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="Recent Notifications"/>
25
 
        <oaf_attribute name="description" type="string" value="View recent notifications"/>
26
 
        <oaf_attribute name="panel:category" type="string" value="Utility"/>
27
 
        <oaf_attribute name="panel:icon" type="string" value="full_mailbox.png"/>
28
 
</oaf_server>
29
 
 
30
 
</oaf_info>