Bug 169383 - wnck bindings need to be updated to reflect renaming of wnck_window_demands_attention to wnck_window_needs_attention
Summary: wnck bindings need to be updated to reflect renaming of wnck_window_demands_a...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-python2-extras
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Matthew Barnes
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 169147
TreeView+ depends on / blocked
 
Reported: 2005-09-27 18:43 UTC by Dave Malcolm
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-02-15 02:08:56 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 317366 0 None None None Never

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.


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