RHEL6 back compat

This commit is contained in:
Cole Robinson 2012-01-31 20:13:47 -05:00
parent f4aa83e10f
commit 3090b48026

View File

@ -747,10 +747,8 @@ class vmmDetails(vmmGObjectUI):
machines = list(set(machines + domain.machines)) machines = list(set(machines + domain.machines))
if arch in ["i686", "x86_64"]: if arch in ["i686", "x86_64"]:
machtype_label = self.widget("label81") self.widget("label81").hide()
machtype_label.set_visible(False) self.widget("hbox30").hide()
machtype_hbox = self.widget("hbox30")
machtype_hbox.set_visible(False)
else: else:
machtype_combo = self.widget("machine-type-combo") machtype_combo = self.widget("machine-type-combo")
machtype_model = gtk.ListStore(str) machtype_model = gtk.ListStore(str)