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:
Alex Roitman 2006-04-18 22:34:50 +00:00
parent c941e1b5c1
commit 300debc524
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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()