Bug 169383

Summary: wnck bindings need to be updated to reflect renaming of wnck_window_demands_attention to wnck_window_needs_attention
Product: [Fedora] Fedora Reporter: Dave Malcolm <dmalcolm>
Component: gnome-python2-extrasAssignee: Matthew Barnes <mbarnes>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-15 02:08:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 169147    

Description Dave Malcolm 2005-09-27 18:43:48 UTC
Description of problem:
This is a downstream copy of this upstream bug:
http://bugzilla.gnome.org/show_bug.cgi?id=317366

which I'm filing here so I can add it to a tracker bug.
Python 2.4.1 (#1, Sep 26 2005, 18:23:52)
[GCC 4.0.1 20050919 (Red Hat 4.0.1-14)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wnck
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/wnck.so: undefined symbol:
wnck_window_demands_attention

Doing some digging, it turns out that wnck_window_demands_attention was renamed
to wnck_window_needs_attention, I believe in libwnck version 2.11.4; this was in
revision 1.55 of libwnck/libwnck/window.c, see:
http://cvs.gnome.org/viewcvs/libwnck/libwnck/window.c?r1=1.54&r2=1.55

I'm working on a patch to the bindings...

Version-Release number of selected component (if applicable):
gnome-python2-libwnck-2.12.0-1
libwnck-2.12.0-1

Comment 1 Matthew Barnes 2007-02-15 02:08:56 UTC
Looks like this has long since been fixed.  Closing.