The source project of this merge request has been removed.
Fixes the initalizer deprection
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('')