Added MIME support via the new grampslib C module.

svn: r1148
This commit is contained in:
Don Allingham
2002-10-25 04:52:51 +00:00
parent 2933ede739
commit c4916b22f9
56 changed files with 318 additions and 182 deletions

View File

@@ -664,12 +664,6 @@ class Gramps:
else:
obj.set_sensitive(0)
def on_fv_prev_clicked(self,obj):
"""makes the currently select child the active person"""
if self.active_child:
self.change_active_person(self.active_child)
self.family_view.load_family()
def on_add_child_clicked(self,obj):
"""Select an existing child to add to the active family"""
import SelectChild