[PATCH 1/3] virt-manager: do not delete tabs while destroying the details window

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



_close_serial_tab triggers the switch-page event and that can provoke a
refresh of the window.  This causes an error everytime the details window
is pointing to a domain that was just deleted.

Solves: https://bugzilla.redhat.com/show_bug.cgi?id=985291

Signed-off-by: Giuseppe Scrivano <gscrivan@xxxxxxxxxx>
---
 virtManager/details.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtManager/details.py b/virtManager/details.py
index afb7945..2f7e7d4 100644
--- a/virtManager/details.py
+++ b/virtManager/details.py
@@ -567,7 +567,7 @@ class vmmDetails(vmmGObjectUI):
         self.media_choosers = {}
 
         for serial in self.serial_tabs:
-            self._close_serial_tab(serial)
+            serial.cleanup()
 
         self.console.cleanup()
         self.console = None
-- 
1.8.3.1

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list




[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux