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 719319 - Update deprecated use of positional arguments
Update deprecated use of positional arguments
Status: RESOLVED DUPLICATE of bug 725926
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-11-26 02:02 UTC by Simon Feltman
Modified: 2014-09-17 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update deprecated use of positional arguments (7.14 KB, patch)
2013-11-26 02:03 UTC, Simon Feltman
none Details | Review

Description Simon Feltman 2013-11-26 02:02:27 UTC
Positional arguments for GObject creation have been marked as deprecated as outlined here:
https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations

Update calls to use keyword arguments.
Comment 1 Simon Feltman 2013-11-26 02:03:08 UTC
Created attachment 262806 [details] [review]
Update deprecated use of positional arguments

Update GObject creation calls which use positional arguments to use
keywords. Position arguments defined in PyGObject overrides have been marked
as deprecated, see:
https://wiki.gnome.org/Projects/PyGObject/InitializerDeprecations
Comment 2 Rui Matos 2014-09-17 17:08:32 UTC
Thanks for the patch. It doesn't apply anymore so I'm going with the one in bug 725926 which does.

*** This bug has been marked as a duplicate of bug 725926 ***