diff options
author | infirit <[email protected]> | 2014-11-26 19:02:40 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-26 19:02:40 +0100 |
commit | 3f46f5fe76c4e48dde9d1bb6f8953bbce9e09702 (patch) | |
tree | d6aa5eac0e75bf555f63fc9c4ad2e08439834cf7 /invest-applet/invest/defs.py.in | |
parent | 43317956a07ab6e4d70716d82beebd6751bd68d0 (diff) | |
download | mate-applets-3f46f5fe76c4e48dde9d1bb6f8953bbce9e09702.tar.bz2 mate-applets-3f46f5fe76c4e48dde9d1bb6f8953bbce9e09702.tar.xz |
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 <[email protected]>
Diffstat (limited to 'invest-applet/invest/defs.py.in')
-rw-r--r-- | invest-applet/invest/defs.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
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@" |