mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
experimental:
- Merge in changes (prefs.py, dbusmanager.py, clean up in daemon.py) from pluggablebackends. pluggablebackends: - Some minor cleanup.
This commit is contained in:
@@ -435,11 +435,10 @@ class NetworkEntry(gtk.HBox):
|
||||
WirelessNetworkEntry classes.
|
||||
|
||||
"""
|
||||
global daemon, wired, wireless, config, vpn_session
|
||||
global daemon, wired, wireless, config
|
||||
daemon = dbus_ifaces["daemon"]
|
||||
wired = dbus_ifaces["wired"]
|
||||
wireless = dbus_ifaces["wireless"]
|
||||
vpn_session = dbus_ifaces["vpn_session"]
|
||||
config = dbus_ifaces["config"]
|
||||
gtk.HBox.__init__(self, False, 2)
|
||||
self.expander = gtk.Expander()
|
||||
|
||||
Reference in New Issue
Block a user