host: Fix looking up interfaces on repopulate signal

This commit is contained in:
Cole Robinson
2014-01-17 20:23:29 -05:00
parent e151146cad
commit 62cfac18dc
+1 -1
View File
@@ -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()