[virt-tools-list] [PATCH virt-manager] virtManager, create: disable ISO detection with remote connections
Giuseppe Scrivano
gscrivan at redhat.com
Mon Aug 4 09:42:37 UTC 2014
Signed-off-by: Giuseppe Scrivano <gscrivan at redhat.com>
---
virtManager/create.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/virtManager/create.py b/virtManager/create.py
index fe08cdc..00d909a 100644
--- a/virtManager/create.py
+++ b/virtManager/create.py
@@ -1168,7 +1168,9 @@ class vmmCreate(vmmGObjectUI):
self.start_detection(forward=forward)
def toggle_detect_os(self, src):
- dodetect = src.get_active()
+ dodetect = not self.conn.is_remote()
+ src.set_active(dodetect)
+ src.set_visible(dodetect)
self.widget("install-os-type-label").set_visible(dodetect)
self.widget("install-os-version-label").set_visible(dodetect)
--
1.9.3
More information about the virt-tools-list
mailing list