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