Bug 985990 - /usr/lib64/python2.7/site-packages/gnome_abrt/signals.py:74: PyGIDeprecationWarning: add_watch is deprecated; use GLib.io_add_watch() instead _gsource_handle_signal, (callback, data))
Summary: /usr/lib64/python2.7/site-packages/gnome_abrt/signals.py:74: PyGIDeprecationW...
Keywords:
Status: CLOSED CURRENTRELEASE
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-07-18 17:08 UTC by Nicolas Mailhot
Modified: 2016-12-01 00:44 UTC (History)
2 users (show)

Fixed In Version: gnome-abrt-0.3.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-13 14:13:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nicolas Mailhot 2013-07-18 17:08:50 UTC
Description of problem:
/usr/lib64/python2.7/site-packages/gnome_abrt/signals.py:74: PyGIDeprecationWarning: add_watch is deprecated; use GLib.io_add_watch() instead
  _gsource_handle_signal, (callback, data))

Version-Release number of selected component (if applicable):
gnome-abrt-0.2.12-3.fc20.x86_64

Comment 1 Jakub Filak 2013-08-13 14:13:50 UTC
Fixed in upstream git:

commit ae656d7ab1d0c324e24bc051f5a25ca72431312a
Author: Jakub Filak <jfilak>
Date:   Fri Jul 19 13:19:55 2013 +0200

    Use GLib.io_add_watch() instead of IOChanell.add_watch()
    
    The add_watch() method has been deprecated in pygobject-3.7.2
    
    Closes rhbz#985990
    
    Signed-off-by: Jakub Filak <jfilak>
    Signed-off-by: Jiri Moskovcak <jmoskovc>


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