summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-04-13 04:35:05 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-04-13 04:35:05 +0000
commitb05590f7c15d9f2fd10fa2daefc072c7af35879d (patch)
treeb73f229c3e2039f720dda4585fb9e5a3c47ad3ff
parent58840e6621e52d8008dd2d5f923acf0913e7748f (diff)
downloadgnome-applets-b05590f7c15d9f2fd10fa2daefc072c7af35879d.tar.gz
gnome-applets-b05590f7c15d9f2fd10fa2daefc072c7af35879d.tar.xz
gnome-applets-b05590f7c15d9f2fd10fa2daefc072c7af35879d.zip
-rw-r--r--gnome-applets-null-battstat.patch30
1 files changed, 14 insertions, 16 deletions
diff --git a/gnome-applets-null-battstat.patch b/gnome-applets-null-battstat.patch
index 34cd923..7fbfaca 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.90/null_applet/GNOME_BattstatApplet.server.in
---- /dev/null 2009-02-03 19:10:33.912072100 -0500
-+++ gnome-applets-2.25.90/null_applet/GNOME_BattstatApplet.server.in 2009-02-03 20:59:23.000000000 -0500
+diff -up /dev/null gnome-applets-2.26.1/null_applet/GNOME_BattstatApplet.server.in
+--- /dev/null 2009-04-12 17:29:07.367057280 -0400
++++ gnome-applets-2.26.1/null_applet/GNOME_BattstatApplet.server.in 2009-04-13 00:29:58.095336633 -0400
@@ -0,0 +1,22 @@
+<oaf_info>
+
@@ -24,9 +24,9 @@ diff -up /dev/null gnome-applets-2.25.90/null_applet/GNOME_BattstatApplet.server
+</oaf_server>
+
+</oaf_info>
-diff -up gnome-applets-2.25.90/null_applet/Makefile.am.battstat-null gnome-applets-2.25.90/null_applet/Makefile.am
---- gnome-applets-2.25.90/null_applet/Makefile.am.battstat-null 2009-01-26 19:05:02.000000000 -0500
-+++ gnome-applets-2.25.90/null_applet/Makefile.am 2009-02-03 21:04:50.000000000 -0500
+diff -up gnome-applets-2.26.1/null_applet/Makefile.am.battstat-null gnome-applets-2.26.1/null_applet/Makefile.am
+--- gnome-applets-2.26.1/null_applet/Makefile.am.battstat-null 2009-03-16 19:38:50.000000000 -0400
++++ gnome-applets-2.26.1/null_applet/Makefile.am 2009-04-13 00:29:58.096337117 -0400
@@ -8,6 +8,10 @@ if !BUILD_MIXER_APPLET
mixer_server_in = GNOME_MixerApplet.server.in
endif
@@ -47,17 +47,15 @@ diff -up gnome-applets-2.25.90/null_applet/Makefile.am.battstat-null gnome-apple
$(mixer_server_in)
server_DATA = $(server_in_files:.server.in=.server)
-diff -up gnome-applets-2.25.90/null_applet/null_applet.c.battstat-null gnome-applets-2.25.90/null_applet/null_applet.c
---- gnome-applets-2.25.90/null_applet/null_applet.c.battstat-null 2009-01-07 00:22:38.000000000 -0500
-+++ gnome-applets-2.25.90/null_applet/null_applet.c 2009-02-03 20:59:23.000000000 -0500
-@@ -41,7 +41,9 @@ insert_oafiids (GHashTable *hash_table)
+diff -up gnome-applets-2.26.1/null_applet/null_applet.c.battstat-null gnome-applets-2.26.1/null_applet/null_applet.c
+--- gnome-applets-2.26.1/null_applet/null_applet.c.battstat-null 2009-04-12 21:09:18.000000000 -0400
++++ gnome-applets-2.26.1/null_applet/null_applet.c 2009-04-13 00:31:10.112337087 -0400
+@@ -44,6 +44,8 @@ insert_oafiids (GHashTable *hash_table)
+ "OAFIID:GNOME_MixerApplet_Factory", _("Volume Control"));
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", "Volume Control");
+ "OAFIID:GNOME_MixerApplet", _("Volume Control"));
++ g_hash_table_insert (hash_table,
++ "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor");
}
static gboolean already_running;