details: Fix changing overview settings on RHEL6 gtk

This commit is contained in:
Cole Robinson 2011-02-24 11:38:40 -05:00
parent 4c2399b195
commit 2000b41de9
1 changed files with 2 additions and 1 deletions

View File

@ -1543,7 +1543,8 @@ class vmmDetails(vmmGObjectUI):
selabel = self.window.get_widget("security-label").get_text()
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()
# Description