mirror of
https://github.com/virt-manager/virt-manager.git
synced 2026-08-04 10:23:08 -05:00
host: Fix looking up interfaces on repopulate signal
This commit is contained in:
+1
-1
@@ -1240,7 +1240,7 @@ class vmmHost(vmmGObjectUI):
|
||||
bool(iface.is_active())])
|
||||
|
||||
uihelpers.set_row_selection(iface_list,
|
||||
curiface and curiface.get_uuid() or None)
|
||||
curiface and curiface.get_name() or None)
|
||||
|
||||
def populate_interface_children(self):
|
||||
interface = self.current_interface()
|
||||
|
||||
Reference in New Issue
Block a user