Bug 1043025 - Using positional arguments with the GObject constructor has been deprecated
Summary: Using positional arguments with the GObject constructor has been deprecated
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-abrt
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Filak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-13 19:11 UTC by Nicolas Mailhot
Modified: 2016-12-01 00:45 UTC (History)
2 users (show)

Fixed In Version: gnome-abrt-0.3.4-1.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-19 16:32:19 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.