From 744f63e19dc9b9ef56d0705111441f5c898524e8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 18 Jun 2009 00:25:20 +0000 Subject: forgotten patch --- stickynotes-null.patch | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 stickynotes-null.patch diff --git a/stickynotes-null.patch b/stickynotes-null.patch new file mode 100644 index 0000000..3be27f9 --- /dev/null +++ b/stickynotes-null.patch @@ -0,0 +1,57 @@ +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 @@ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ +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; -- cgit