merge changes from gramps20

svn: r5482
This commit is contained in:
Alex Roitman
2005-12-06 06:38:09 +00:00
parent e0ff843bb4
commit 2f962b5f96
202 changed files with 112821 additions and 41664 deletions

View File

@@ -38,13 +38,13 @@ from gettext import gettext as _
#
#-------------------------------------------------------------------------
import gtk
import gnome
#-------------------------------------------------------------------------
#
# gramps modules
#
#-------------------------------------------------------------------------
import GrampsDisplay
import NameDisplay
import ListModel
@@ -168,7 +168,7 @@ class Bookmarks :
if person:
name = NameDisplay.displayer.display(person)
gramps_id = person.get_gramps_id()
new_iter = self.namemodel.add([name,gramps_id,person_handle])
self.namemodel.add([name,gramps_id,person_handle])
self.namemodel.connect_model()
self.response = self.top.run()
@@ -211,5 +211,5 @@ class Bookmarks :
def help_clicked(self):
"""Display the relevant portion of GRAMPS manual"""
gnome.help_display('gramps-manual','gramps-nav')
GrampsDisplay.help('gramps-nav')
self.response = self.top.run()