744f63e
diff -up gnome-applets-2.27.3/Makefile.am.stickynotes-null gnome-applets-2.27.3/Makefile.am
744f63e
--- gnome-applets-2.27.3/Makefile.am.stickynotes-null	2009-06-03 21:38:36.000000000 -0400
744f63e
+++ gnome-applets-2.27.3/Makefile.am	2009-06-17 14:53:55.169810518 -0400
744f63e
@@ -46,7 +46,6 @@ always_built_SUBDIRS =  \
744f63e
 	geyes		\
744f63e
 	mini-commander	\
744f63e
 	gkb-new		\
744f63e
-	stickynotes	\
744f63e
 	trashapplet	\
744f63e
 	null_applet
744f63e
 
744f63e
diff -up /dev/null gnome-applets-2.27.3/null_applet/GNOME_StickyNotesApplet.server.in
744f63e
--- /dev/null	2009-06-17 09:23:25.885275610 -0400
744f63e
+++ gnome-applets-2.27.3/null_applet/GNOME_StickyNotesApplet.server.in	2009-06-17 15:04:20.931811206 -0400
744f63e
@@ -0,0 +1,17 @@
744f63e
+
744f63e
+<oaf_info>
744f63e
+	<oaf_server iid="OAFIID:GNOME_StickyNotesApplet" type="factory" location="OAFIID:GNOME_NullApplet_Factory">
744f63e
+	    <oaf_attribute name="repo_ids" type="stringv">
744f63e
+		<item value="IDL:GNOME/Vertigo/PanelAppletShell:1.0"/>
744f63e
+		<item value="IDL:Bonobo/Control:1.0"/>
744f63e
+		<item value="IDL:Bonobo/Unknown:1.0"/>
744f63e
+	    </oaf_attribute>
744f63e
+	    <oaf_attribute name="name" type="string" _value="Sticky Notes (Deprecated)"/>
744f63e
+	    <oaf_attribute name="description" type="string" _value="Create, view, and manage sticky notes on the desktop"/>
744f63e
+	    <oaf_attribute name="bugzilla:bugzilla" type="string" value="GNOME"/>
744f63e
+	    <oaf_attribute name="bugzilla:product" type="string" value="gnome-applets"/>
744f63e
+	    <oaf_attribute name="bugzilla:component" type="string" value="stickynotes"/>
744f63e
+	    <oaf_attribute name="bugzilla:other_binaries" type="string" value="stickynotes_applet"/>
744f63e
+	</oaf_server>
744f63e
+</oaf_info>
744f63e
+
744f63e
diff -up gnome-applets-2.27.3/null_applet/Makefile.am.stickynotes-null gnome-applets-2.27.3/null_applet/Makefile.am
744f63e
--- gnome-applets-2.27.3/null_applet/Makefile.am.stickynotes-null	2009-06-17 14:53:55.151807673 -0400
744f63e
+++ gnome-applets-2.27.3/null_applet/Makefile.am	2009-06-17 14:53:55.171812401 -0400
744f63e
@@ -23,6 +23,7 @@ server_in_files =				\
744f63e
 	GNOME_NullApplet_Factory.server.in	\
744f63e
 	GNOME_CDPlayerApplet.server.in		\
744f63e
 	GNOME_MailcheckApplet_Factory.server.in	\
744f63e
+	GNOME_StickyNotesApplet.server.in	\
744f63e
 	$(battstat_applet)			\
744f63e
 	$(mixer_server_in)
744f63e
 server_DATA = $(server_in_files:.server.in=.server)
744f63e
diff -up gnome-applets-2.27.3/null_applet/null_applet.c.stickynotes-null gnome-applets-2.27.3/null_applet/null_applet.c
744f63e
--- gnome-applets-2.27.3/null_applet/null_applet.c.stickynotes-null	2009-06-17 14:53:55.152817798 -0400
744f63e
+++ gnome-applets-2.27.3/null_applet/null_applet.c	2009-06-17 14:53:55.173825460 -0400
744f63e
@@ -45,7 +45,9 @@ insert_oafiids (GHashTable *hash_table)
744f63e
 	g_hash_table_insert (hash_table,
744f63e
 			     "OAFIID:GNOME_MixerApplet", _("Volume Control"));
744f63e
         g_hash_table_insert (hash_table,
744f63e
-                            "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
744f63e
+                            "OAFIID:GNOME_BattstatApplet", _("Battery Charge Monitor"));
744f63e
+        g_hash_table_insert (hash_table,
744f63e
+                            "OAFIID:GNOME_StickyNotesApplet", _("Sticky Notes"));
744f63e
 }
744f63e
 
744f63e
 static gboolean already_running;