* 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:
Don Allingham
2005-04-28 04:48:30 +00:00
parent 2fa2879c1c
commit d3b7cda0e3
5 changed files with 452 additions and 729 deletions

View File

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