GNOME Bugzilla – Bug 751728
Closing properties window, suspends the VM if running in secondary window
Last modified: 2016-09-20 08:15:55 UTC
To reproduce: * Open the VM in a new window (from the hamburger menu or from the VMs overview) * Go to the overview window, right-click VM -> Properties * Close Properties window Actual results: * Secondary window showing VM goes blank. * After exactly 60 seconds, the secondary window closes, and the VM starts suspending. Expected results: * Properties windows closes; nothing else happens.
commit: e5d0f6f391480972056d3823cd6c839ff76054d5 app-window: Set state only on own machines If we unconditionally forward state change event to current machine from AppWindow, state changes from one window end up in another. This patches fixes this by checking if machine's window is the same as the window that is about to forward it's state change to the machine.