Drop init_template
Following from https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/52.
This commit is contained in:
parent
4ba1c603e1
commit
7a31a91340
@ -20,8 +20,6 @@ class pendingTransferRow(Gtk.ListBoxRow):
|
||||
|
||||
def __init__(self, parent, fileName, transferCode):
|
||||
super(Gtk.ListBoxRow, self).__init__()
|
||||
self.init_template()
|
||||
|
||||
self.fileNameLabel.set_text(fileName)
|
||||
self.transferCodeButton.set_label(transferCode)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user