From 3f46f5fe76c4e48dde9d1bb6f8953bbce9e09702 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 26 Nov 2014 19:02:40 +0100 Subject: mateweather, invest: use GNetworkMonitor Rather than talking to NetworkManager over D-Bus, use GNetworkMonitor to monitor the network state. Taken from gnome-applets commit: 9b53c7156b61d51777dbe2f60c55125c86b3409c From: Dan Winship --- invest-applet/invest/defs.py.in | 1 - 1 file changed, 1 deletion(-) (limited to 'invest-applet/invest/defs.py.in') diff --git a/invest-applet/invest/defs.py.in b/invest-applet/invest/defs.py.in index a503005e..41efe69a 100644 --- a/invest-applet/invest/defs.py.in +++ b/invest-applet/invest/defs.py.in @@ -6,6 +6,5 @@ PYTHONDIR = "@PYTHONDIR@" GETTEXT_PACKAGE = "@GETTEXT_PACKAGE@" MATELOCALEDIR = "@MATELOCALEDIR@" BUILDERDIR = "@BUILDERDIR@" -NETWORKMANAGER_VERSION = "@NETWORKMANAGER_VERSION@" PKGDATADIR = "@PKGDATADIR@" GTK_API_VERSION = "@GTK_API_VERSION@" -- cgit v1.2.1