summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/spokes/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyanaconda/ui/gui/spokes/network.py')
-rw-r--r--pyanaconda/ui/gui/spokes/network.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyanaconda/ui/gui/spokes/network.py b/pyanaconda/ui/gui/spokes/network.py
index 21a9eaee5..26cf3e736 100644
--- a/pyanaconda/ui/gui/spokes/network.py
+++ b/pyanaconda/ui/gui/spokes/network.py
@@ -405,10 +405,10 @@ class NetworkControlBox():
self.client.add_and_activate_connection(None, device, ap_obj_path,
None, None)
- def on_device_added(self, device):
+ def on_device_added(self, device, *args):
self.add_device(device)
- def on_device_removed(self, device):
+ def on_device_removed(self, device, *args):
self.remove_device(device)
def on_edit_connection(self, *args):