mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Fix window ref counting bug when deleting a vm.
This commit is contained in:
@@ -461,6 +461,9 @@ class vmmDetails(gobject.GObject):
|
||||
if fs.get_active():
|
||||
fs.set_active(False)
|
||||
|
||||
if not self.is_visible():
|
||||
return
|
||||
|
||||
self.window.get_widget("vmm-details").hide()
|
||||
if self.vncViewer.flags() & gtk.VISIBLE:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user