Added copy and paste to all views; gramplet view needs work
svn: r15697
This commit is contained in:
@ -136,9 +136,9 @@ class RelationshipView(NavigationView):
|
||||
Bookmarks.PersonBookmarks,
|
||||
nav_group)
|
||||
|
||||
self.func_list = {
|
||||
self.func_list.update({
|
||||
'<CONTROL>J' : self.jump,
|
||||
}
|
||||
})
|
||||
|
||||
dbstate.connect('database-changed', self.change_db)
|
||||
uistate.connect('nameformat-changed', self.build_tree)
|
||||
|
Reference in New Issue
Block a user