mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
details: Fix changing overview settings on RHEL6 gtk
This commit is contained in:
parent
4c2399b195
commit
2000b41de9
@ -1543,7 +1543,8 @@ class vmmDetails(vmmGObjectUI):
|
|||||||
|
|
||||||
selabel = self.window.get_widget("security-label").get_text()
|
selabel = self.window.get_widget("security-label").get_text()
|
||||||
semodel = None
|
semodel = None
|
||||||
if self.window.get_widget("security-type-box").get_sensitive():
|
if self.window.get_widget("security-type-box").get_property(
|
||||||
|
"sensitive"):
|
||||||
semodel = self.window.get_widget("security-model").get_text()
|
semodel = self.window.get_widget("security-model").get_text()
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
|
Loading…
Reference in New Issue
Block a user