GNOME Bugzilla – Bug 719319
Update deprecated use of positional arguments
Last modified: 2014-09-17 17:08:32 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.
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
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 ***