From 6068598e28bd81a597f6ca77a9c7a5b69d2ae36a Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 7 Jan 2004 04:58:51 +0000 Subject: [PATCH] * src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type * src/edit_person.glade: allow a name type that is not in the list * src/ImageSelect.py: make sure that description doesn't exceed the image size * src/MediaView.py: mark for translation * src/gramps.glade: eliminate fixed size for side panel, helps with translations. svn: r2593 --- src/EditPerson.py | 3 +-- src/edit_person.glade | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/EditPerson.py b/src/EditPerson.py index 62882d4b7..f31995114 100644 --- a/src/EditPerson.py +++ b/src/EditPerson.py @@ -284,8 +284,7 @@ class EditPerson: types = const.NameTypesMap.keys() types.sort() - self.ntype_field.set_popdown_strings(types) - self.autotype = AutoComp.AutoEntry(self.ntype_field.entry,types) + self.autotype = AutoComp.AutoCombo(self.ntype_field,types) self.write_primary_name() if person.getGender() == RelLib.Person.male: diff --git a/src/edit_person.glade b/src/edit_person.glade index 6acf49ac3..459c48c8f 100644 --- a/src/edit_person.glade +++ b/src/edit_person.glade @@ -593,7 +593,7 @@ True - True + False False False True