mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-22 13:34:07 +03:00
vmwindow: Customize window should not be 'deletable'
This forces the user to use the 'Cancel' button, which gives a warning about the install being aborted Resolves: https://github.com/virt-manager/virt-manager/issues/416 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
6287760ed0
commit
e7c936f16e
@ -56,6 +56,7 @@ class vmmVMWindow(vmmGObjectUI):
|
||||
self.is_customize_dialog = True
|
||||
self.topwin.set_type_hint(Gdk.WindowTypeHint.DIALOG)
|
||||
self.topwin.set_transient_for(parent)
|
||||
self.topwin.set_deletable(False)
|
||||
|
||||
self.widget("toolbar-box").show()
|
||||
self.widget("customize-toolbar").show()
|
||||
|
Loading…
Reference in New Issue
Block a user