Browse Source
Call to parent (seen in minigalaxy)
unifiedWindowUI
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
dropship/ui_templates.py
|
|
@ -20,7 +20,7 @@ class PendingTransferRow(Gtk.ListBoxRow): |
|
|
|
cancelTransfer = Gtk.Template.Child() |
|
|
|
|
|
|
|
def __init__(self, fileName, transferCode, *args, **kwargs): |
|
|
|
super(PendingTransferRow, self).__init__(*args, **kwargs) |
|
|
|
Gtk.ListBoxRow.__init__(self, *args, **kwargs) |
|
|
|
self.fileNameLabel.set_text(fileName) |
|
|
|
self.transferCodeButton.set_label(transferCode) |
|
|
|
|
|
|
|