fix display of shared info warning box

svn: r6384
This commit is contained in:
Don Allingham
2006-04-20 22:32:17 +00:00
parent 5b5cc6f6c7
commit 6fe203dfe2
11 changed files with 57 additions and 28 deletions

View File

@@ -106,7 +106,9 @@ class EditRepository(EditPrimary):
self.backref_tab = self._add_tab(
notebook,
SourceBackRefList(self.dbstate, self.uistate, self.track,
self.db.find_backlink_handles(self.obj.handle)))
self.db.find_backlink_handles(self.obj.handle),
self.enable_warnbox
))
notebook.show_all()
self.glade.get_widget("vbox").pack_start(notebook,True,True)