Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2c6b2e0b by Philipp Hörist at 2018-10-24T21:04:14Z
Use keyword init for Labels
keyword-less init is deprecated
- - - - -
1 changed file:
- gajim/gtk/accounts.py
Changes:
=====================================
gajim/gtk/accounts.py
=====================================
@@ -396,7 +396,7 @@ class Account(Gtk.Box):
self.options = AccountPage(account, parent)
self.parent = parent
- self.label = Gtk.Label(app.get_account_label(account))
+ self.label = Gtk.Label(label=app.get_account_label(account))
self.label.set_halign(Gtk.Align.START)
self.label.set_hexpand(True)
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/2c6b2e0bb4b47de4cd95de436ed2958954cea7ef
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/2c6b2e0bb4b47de4cd95de436ed2958954cea7ef
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits