From 755b089cef8ec5d68baeb928b8317da03cf224f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: May 27 2009 01:08:50 +0000 Subject: fix the network tracking fix --- 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 - 1:2.26.1-4 +- Fix the network status tracking fix + * Wed Apr 15 2009 Matthias Clasen - 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 #include @@ -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); + } + }