summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-05-27 01:08:50 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-05-27 01:08:50 +0000
commit755b089cef8ec5d68baeb928b8317da03cf224f3 (patch)
tree747fede24b905723f77705f0e18d59282b5b611f
parent5fa9797ba708e24582e7fcf96d6773945a68bb31 (diff)
downloadgnome-applets-755b089cef8ec5d68baeb928b8317da03cf224f3.tar.gz
gnome-applets-755b089cef8ec5d68baeb928b8317da03cf224f3.tar.xz
gnome-applets-755b089cef8ec5d68baeb928b8317da03cf224f3.zip
fix the network tracking fixgnome-applets-2_26_1-4_fc11
-rw-r--r--gnome-applets.spec5
-rw-r--r--gweather-network.patch13
2 files changed, 15 insertions, 3 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 6f8e1c5..b3c0342 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -35,7 +35,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.26.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Epoch: 1
License: GPLv2+ and GFDL
Group: User Interface/Desktops
@@ -342,6 +342,9 @@ fi
%{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
%changelog
+* Tue May 26 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-4
+- Fix the network status tracking fix
+
* Wed Apr 15 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-3
- Make gweather network status tracking work
diff --git a/gweather-network.patch b/gweather-network.patch
index 95bc83e..a1661e9 100644
--- a/gweather-network.patch
+++ b/gweather-network.patch
@@ -1,6 +1,6 @@
diff -up gnome-applets-2.26.1/gweather/gweather-applet.c.network gnome-applets-2.26.1/gweather/gweather-applet.c
---- gnome-applets-2.26.1/gweather/gweather-applet.c.network 2009-04-15 18:53:13.123633124 -0400
-+++ gnome-applets-2.26.1/gweather/gweather-applet.c 2009-04-15 18:54:17.438384718 -0400
+--- gnome-applets-2.26.1/gweather/gweather-applet.c.network 2009-04-12 21:09:20.000000000 -0400
++++ gnome-applets-2.26.1/gweather/gweather-applet.c 2009-05-26 21:05:49.525615526 -0400
@@ -17,6 +17,9 @@
#include <stdio.h>
#include <stdlib.h>
@@ -20,3 +20,12 @@ diff -up gnome-applets-2.26.1/gweather/gweather-applet.c.network gnome-applets-2
gweather_update (gw_applet);
}
}
+@@ -614,7 +619,7 @@ setup_network_monitor (GWeatherApplet *g
+ dbus_connection_add_filter (dbus, filter_func, gw_applet, NULL);
+ dbus_bus_add_match (dbus,
+ "type='signal',"
+- "interface='" NM_DBUS_INTERFACE_DEVICE "'",
++ "interface='" NM_DBUS_INTERFACE "'",
+ NULL);
+ }
+ }