summaryrefslogtreecommitdiffstats
path: root/gnome-applets-null-battstat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-applets-null-battstat.patch')
-rw-r--r--gnome-applets-null-battstat.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnome-applets-null-battstat.patch b/gnome-applets-null-battstat.patch
index c018921..a266f52 100644
--- a/gnome-applets-null-battstat.patch
+++ b/gnome-applets-null-battstat.patch
@@ -1,6 +1,6 @@
diff -up /dev/null gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.in
---- /dev/null 2009-01-06 09:07:59.720027856 -0500
-+++ gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.in 2009-01-06 13:06:52.000000000 -0500
+--- /dev/null 2009-01-11 11:32:02.651110416 -0500
++++ gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.in 2009-01-11 11:47:13.000000000 -0500
@@ -0,0 +1,22 @@
+<oaf_info>
+
@@ -26,7 +26,7 @@ diff -up /dev/null gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.
+</oaf_info>
diff -up gnome-applets-2.25.3/null_applet/Makefile.am.battstat-null gnome-applets-2.25.3/null_applet/Makefile.am
--- gnome-applets-2.25.3/null_applet/Makefile.am.battstat-null 2009-01-06 00:30:23.000000000 -0500
-+++ gnome-applets-2.25.3/null_applet/Makefile.am 2009-01-06 13:08:41.000000000 -0500
++++ gnome-applets-2.25.3/null_applet/Makefile.am 2009-01-11 11:47:13.000000000 -0500
@@ -9,12 +9,15 @@ null_applet_SOURCES = null_applet.c
null_applet_LDADD = $(GNOME_APPLETS_LIBS)
@@ -46,13 +46,15 @@ diff -up gnome-applets-2.25.3/null_applet/Makefile.am.battstat-null gnome-applet
diff -up gnome-applets-2.25.3/null_applet/null_applet.c.battstat-null gnome-applets-2.25.3/null_applet/null_applet.c
--- gnome-applets-2.25.3/null_applet/null_applet.c.battstat-null 2009-01-06 00:30:23.000000000 -0500
-+++ gnome-applets-2.25.3/null_applet/null_applet.c 2009-01-06 13:09:42.000000000 -0500
-@@ -41,6 +41,8 @@ insert_oafiids (GHashTable *hash_table)
++++ gnome-applets-2.25.3/null_applet/null_applet.c 2009-01-11 11:57:57.000000000 -0500
+@@ -41,7 +41,9 @@ insert_oafiids (GHashTable *hash_table)
g_hash_table_insert (hash_table,
"OAFIID:GNOME_CDPlayerApplet", "CD Player");
g_hash_table_insert (hash_table,
+- "OAFIID:GNOME_MixerApplet_Factory", "Volume Control");
+ "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
+ g_hash_table_insert (hash_table,
- "OAFIID:GNOME_MixerApplet_Factory", "Volume Control");
++ "OAFIID:GNOME_MixerApplet", "Volume Control");
}
+ static gboolean already_running;