diff --git a/virtManager/console.py b/virtManager/console.py index 07fb3fe6a..b17594ebb 100644 --- a/virtManager/console.py +++ b/virtManager/console.py @@ -947,11 +947,13 @@ class vmmConsolePages(vmmGObjectUI): radio=False, sensitive=False) return + from .gfxdetails import vmmGraphicsDetails + active = (self.widget("console-pages").get_current_page() != _CONSOLE_PAGE_SERIAL) for idx, dev in enumerate(devs): label = (_("Graphical Console") + " " + - dev.pretty_type_simple(dev.type)) + vmmGraphicsDetails.graphics_pretty_type_simple(dev.type)) sensitive = True tooltip = None