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:
@@ -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).
|
||||
|
Reference in New Issue
Block a user