Drop init_template

Following from https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/52.
This commit is contained in:
Luke Murphy 2020-10-11 14:01:08 +02:00
parent 4ba1c603e1
commit 7a31a91340
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

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