Browse Source

Reset __gtype_name__ to match template

unifiedWindowUI
Luke Murphy 4 years ago
parent
commit
c10bae300c
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 3
      dropship/ui_templates.py

3
dropship/ui_templates.py

@ -11,7 +11,8 @@ CWD = Path(__file__).absolute().parent
@Gtk.Template.from_file(f"{CWD}/ui/pendingTransferRow.ui")
class PendingTransferRow(Gtk.ListBoxRow):
__gtype_name__ = "PendingTransferRow"
# Note(decentral1se): must match ui/pendingTransferRow.ui name
__gtype_name__ = "pendingTransferRow"
fileNameLabel = Gtk.Template.Child()
fileNameMetadata = Gtk.Template.Child()

Loading…
Cancel
Save