diff --git a/virtManager/device/gfxdetails.py b/virtManager/device/gfxdetails.py index 78967c0e9..51b4544ac 100644 --- a/virtManager/device/gfxdetails.py +++ b/virtManager/device/gfxdetails.py @@ -187,7 +187,9 @@ class vmmGraphicsDetails(vmmGObjectUI): ############## def reset_state(self): - self.widget("graphics-type").set_active(0) + uiutil.set_list_selection( + self.widget("graphics-type"), + self.config.get_graphics_type()) self.widget("graphics-listen-type").set_active(0) self.widget("graphics-address").set_active(0)