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 725926 - PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated.
PyGTKDeprecationWarning: Using positional arguments with the GObject construc...
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
: 719319 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2014-03-07 23:29 UTC by Dominique Leuenberger
Modified: 2014-09-17 17:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. (7.33 KB, patch)
2014-03-07 23:29 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2014-03-07 23:29:01 UTC
gnome-tweak-tool start results in manu warnings in the form:
PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for label or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
Comment 1 Dominique Leuenberger 2014-03-07 23:29:03 UTC
Created attachment 271288 [details] [review]
PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated.

PyGTKDeprecationWarning: Using positional arguments with the GObject
constructor has been deprecated. Please specify keywords for label or
use a class specific constructor. See:
https://wiki.gnome.org/PyGObject/InitializerDeprecations
Comment 2 Rui Matos 2014-09-17 17:08:32 UTC
*** Bug 719319 has been marked as a duplicate of this bug. ***
Comment 3 Rui Matos 2014-09-17 17:09:39 UTC
Thanks for the patch

Attachment 271288 [details] pushed as 2a139da - PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated.