Skip to content

Fixes the initalizer deprection

Bilal Elmoussaoui requested to merge (removed):patch-1 into master

When you run gnome-music from terminal there's that PyGTKDeprecationWarning, this merge request fixes that

/usr/lib/python3.6/site-packages/gnomemusic/window.py:158: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  self._playlist_notification.label = Gtk.Label('')

Merge request reports