Skip to content

Commit

Permalink
Solves a black problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
SNoiraud committed Sep 22, 2023
1 parent f6fb3f1 commit 3ac8abf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gramps/gui/editors/displaytabs/citationrefmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
# -------------------------------------------------------------------------
class CitationRefModel(Gtk.ListStore):
def __init__(self, citation_list, db):
Gtk.ListStore.__init__(self, str, str, str, str, str, str, str, bool, str, str, str)
Gtk.ListStore.__init__(
self, str, str, str, str, str, str, str, bool, str, str, str
)
self.db = db
dbgsfh = self.db.get_source_from_handle
for handle in citation_list:
Expand Down

0 comments on commit 3ac8abf

Please sign in to comment.