After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 754977 - gnomemusic/widgets.py using depreciated PARAM_READWRITE
gnomemusic/widgets.py using depreciated PARAM_READWRITE
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
3.17.x
Other Linux
: Normal normal
: 3.16
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-14 04:06 UTC by Mike Gray
Modified: 2015-09-14 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Updates PARAM_READWRITE to ParamFlags.READWRITE (996 bytes, patch)
2015-09-14 04:06 UTC, Mike Gray
none Details | Review

Description Mike Gray 2015-09-14 04:06:48 UTC
Created attachment 311251 [details] [review]
Updates PARAM_READWRITE to ParamFlags.READWRITE

4.1.6-201.fc22.x86_64

gnome-music 3.17.92

~/jhbuild/install/lib/python3.4/site-packages/gnomemusic/widgets.py:857: PyGIDeprecationWarning: GObject.PARAM_READWRITE is deprecated; use GObject.ParamFlags.READWRITE (glib 2.42+) instead
  'show_star': (GObject.TYPE_INT, 'Show star', 'show star',0 ,2 ,1 , GObject.PARAM_READWRITE)}
Comment 1 Vadim Rutkovsky 2015-09-14 08:52:23 UTC
Pushed as https://git.gnome.org/browse/gnome-music/commit/?id=bcfcd40 to master, thanks