summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-07-08 20:57:17 -0400
committerCole Robinson <crobinso@redhat.com>2012-07-08 20:57:17 -0400
commitbb1832248cc3219cf6a3f3f4d91498f72cb45b85 (patch)
tree4124d285bc322d1591bf57d7158245fe76e3d4ed
parentd01b28c7406e357f7fb288a66e9f85df7fc302bb (diff)
downloadvirt-manager-bb1832248cc3219cf6a3f3f4d91498f72cb45b85.tar.gz
details: Show serial PTY path in UI again
-rw-r--r--src/virtManager/details.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtManager/details.py b/src/virtManager/details.py
index 45eaf315..d1e27e22 100644
--- a/src/virtManager/details.py
+++ b/src/virtManager/details.py
@@ -3071,7 +3071,7 @@ class vmmDetails(vmmGObjectUI):
def show_ui(param, val=None):
widgetname = "char-" + param.replace("_", "-")
labelname = widgetname + "-label"
- doshow = chardev.supports_property(param)
+ doshow = chardev.supports_property(param, ro=True)
# Exception: don't show target type for serial/parallel
if (param == "target_type" and not show_target_type):