More fix of PyGObject-3.11 DeprecationWarning

This commit is contained in:
Josip
2014-04-02 22:04:33 +02:00
parent 6b160a09ff
commit 2fbf9ff0f9
58 changed files with 145 additions and 131 deletions

View File

@@ -1813,7 +1813,7 @@ class GuiBooleanListOption(Gtk.HBox):
this_column_counter = 0
ncolumn = 0
for description in option.get_descriptions():
button = Gtk.CheckButton(description)
button = Gtk.CheckButton(label=description)
self.__cbutton.append(button)
if counter < len(default):
if default[counter] == 'True':