~jconti/recent-notifications/trunk

14 by Jason Conti
Renaming the applet to Recent Notifications.
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"/>
15 by Jason Conti
Forgot to update the factory name in initialize_applet. Added basic logging support, to help find bugs.
12
        <oaf_attribute name="description" type="string" value="View recent notifications"/>
14 by Jason Conti
Renaming the applet to 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"/>
15 by Jason Conti
Forgot to update the factory name in initialize_applet. Added basic logging support, to help find bugs.
25
        <oaf_attribute name="description" type="string" value="View recent notifications"/>
14 by Jason Conti
Renaming the applet to Recent Notifications.
26
        <oaf_attribute name="panel:category" type="string" value="Utility"/>
27 by Jason Conti
Refactored to move the class definitions out of applet.py.
27
        <oaf_attribute name="panel:icon" type="string" value="full_mailbox.png"/>
14 by Jason Conti
Renaming the applet to Recent Notifications.
28
</oaf_server>
29
30
</oaf_info>