Bug 1043025

Summary: Using positional arguments with the GObject constructor has been deprecated
Product: [Fedora] Fedora Reporter: Nicolas Mailhot <nicolas.mailhot>
Component: gnome-abrtAssignee: Jakub Filak <jfilak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jberan, jfilak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: gnome-abrt-0.3.4-1.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-19 16:32:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nicolas Mailhot 2013-12-13 19:11:51 UTC
$ gnome-abrt
/usr/lib64/python2.7/site-packages/gnome_abrt/views.py:284: 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
  src_btn = Gtk.ToggleButton(label)
/usr/lib64/python2.7/site-packages/gnome_abrt/views.py:574: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keywords for uri, label or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
  lnk = Gtk.LinkButton(sbm.data, sbm.title)

gnome-abrt-0.3.3-2.fc21.x86_64

Comment 1 Jakub Filak 2013-12-19 13:29:44 UTC
Upstream commit da0c09018030ffff42d5a51875a7c32d945741e0 fixes this bug.