2007-06-23 Don Allingham <don@gramps-project.org>

* src/Editors/_EditUrl.py: add jump button
	* src/DisplayTabs/_WebEmbedList.py: add jump button
	* src/DisplayTabs/_EmbeddedList.py: add jump button
	* src/DisplayTabs/_BackRefList.py: add jump button
	* src/DisplayTabs/_ButtonTab.py: add jump button
	* src/glade/gramps.glade: add jump button



svn: r8643
This commit is contained in:
Don Allingham
2007-06-23 23:34:40 +00:00
parent 7d85cfd7bc
commit 4c34914b6f
7 changed files with 102 additions and 30 deletions

View File

@@ -80,7 +80,7 @@ class BackRefList(EmbeddedList):
def is_empty(self):
return self.model.count == 0
def create_buttons(self, share=False, move=False):
def create_buttons(self, share=False, move=False, jump=False):
'''
Creates a button box consisting of one button: Edit.
This button box is then appended hbox (self).