summaryrefslogtreecommitdiff
path: root/virtManager/addhardware.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2019-02-03 19:47:20 -0500
committerCole Robinson <crobinso@redhat.com>2019-02-03 19:47:54 -0500
commitf7508d024d58e54f9da5e7c51f5b805db929b76f (patch)
tree5dfb854dd8b1140d371168ee1f55f3aa36ed7d0e /virtManager/addhardware.py
parent44f0de9736edff8bed5da12a7c17d663c409e3c3 (diff)
downloadvirt-manager-f7508d024d58e54f9da5e7c51f5b805db929b76f.tar.gz
addhardware: Fix setting optimal default net model
We were unconditionally reseting it to the first list entry
Diffstat (limited to 'virtManager/addhardware.py')
-rw-r--r--virtManager/addhardware.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/virtManager/addhardware.py b/virtManager/addhardware.py
index eaab8275..69161782 100644
--- a/virtManager/addhardware.py
+++ b/virtManager/addhardware.py
@@ -327,7 +327,6 @@ class vmmAddHardware(vmmGObjectUI):
netmodel = self.widget("net-model")
self.populate_network_model_combo(self.vm, netmodel)
- netmodel.set_active(0)
# Char parameters