Fixed bug in callback for comboboxes
This commit is contained in:
parent
a42d8161f5
commit
cb2de7db44
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ class interface_manager(GObject.GObject):
|
|||
the_combo.set_active(dv)
|
||||
callback = element[2]
|
||||
if (callback != None):
|
||||
the_liststore.connect("changed",callback)
|
||||
the_combo.connect("changed",callback)
|
||||
|
||||
self.interface_show_hide_obj = {}
|
||||
for element in self.interface_show_hide:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue