fix some coding standards
This commit is contained in:
parent
38fa0be12a
commit
c6214c51b4
|
@ -358,8 +358,8 @@ class ChangeActivityDialog:
|
|||
rbtns[act] = group = gtk.RadioButton()
|
||||
|
||||
hbox = gtk.HBox(False, 5)
|
||||
hbox.pack_start(gtkgui_helpers.load_activity_icon(category),
|
||||
False, False, 0)
|
||||
hbox.pack_start(gtkgui_helpers.load_activity_icon(category), False,
|
||||
False, 0)
|
||||
lbl = gtk.Label('<b>' + pep.ACTIVITIES[category]['category'] + '</b>')
|
||||
lbl.set_use_markup(True)
|
||||
hbox.pack_start(lbl, False, False, 0)
|
||||
|
|
Loading…
Reference in New Issue