2006-04-18 Alex Roitman <shura@gramps-project.org>
* src/DisplayTabs.py (BackRefList.create_buttons): Allow an additional argument to keep the caller happy. svn: r6356
This commit is contained in:
parent
0bfac09cef
commit
2b8d9ca521
@ -1,3 +1,7 @@
|
||||
2006-04-18 Alex Roitman <shura@gramps-project.org>
|
||||
* src/DisplayTabs.py (BackRefList.create_buttons): Allow an
|
||||
additional argument to keep the caller happy.
|
||||
|
||||
2006-04-18 Don Allingham <don@gramps-project.org>
|
||||
* src/DataViews/_PersonView.py: removal of inversion
|
||||
* src/GenericFilter.py: Interface changes for filtering
|
||||
|
@ -829,7 +829,7 @@ class BackRefList(EmbeddedList):
|
||||
def is_empty(self):
|
||||
return self.model.empty
|
||||
|
||||
def create_buttons(self, share=False):
|
||||
def create_buttons(self, share=False, prop_button=False):
|
||||
self.edit_btn = SimpleButton(gtk.STOCK_EDIT, self.edit_button_clicked)
|
||||
|
||||
vbox = gtk.VBox()
|
||||
|
Loading…
Reference in New Issue
Block a user