mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-23 17:34:21 +03:00
addhardware: Fix setting optimal default net model
We were unconditionally reseting it to the first list entry
This commit is contained in:
parent
44f0de9736
commit
f7508d024d
@ -327,7 +327,6 @@ class vmmAddHardware(vmmGObjectUI):
|
|||||||
|
|
||||||
netmodel = self.widget("net-model")
|
netmodel = self.widget("net-model")
|
||||||
self.populate_network_model_combo(self.vm, netmodel)
|
self.populate_network_model_combo(self.vm, netmodel)
|
||||||
netmodel.set_active(0)
|
|
||||||
|
|
||||||
|
|
||||||
# Char parameters
|
# Char parameters
|
||||||
|
Loading…
Reference in New Issue
Block a user