* src/EditPerson.py: rewrite of tabbed lists
* src/EventEdit.py: bold the label * src/ListModel.py: allow column types to be specified * src/edit_person.glade: tab improvements svn: r4437
This commit is contained in:
@ -244,6 +244,8 @@ class EventEditor:
|
||||
self.top.get_widget('sel_obj').set_sensitive(not noedit)
|
||||
self.top.get_widget('add_obj').set_sensitive(not noedit)
|
||||
|
||||
Utils.bold_label(self.general_label)
|
||||
|
||||
try:
|
||||
self.window.set_transient_for(self.parent.window)
|
||||
except AttributeError:
|
||||
|
Reference in New Issue
Block a user