fix some coding standards

This commit is contained in:
Yann Leboulanger 2009-06-21 21:27:51 +02:00
parent 38fa0be12a
commit c6214c51b4
1 changed files with 17 additions and 17 deletions

View File

@ -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)