GNOME Bugzilla – Bug 597319
wnck.defs tries to define enums as flags
Last modified: 2009-11-22 00:57:45 UTC
Created attachment 144717 [details] [review] Patch to fix python-wnck enum definitions import wnck was generating the following errors and the symbols defined in those enums were not being added to the module: ** (.:8728): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum' ** (.:8728): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum' ** (.:8728): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum' I changed wnck.defs and that seems to have fixed it. Patch attached.
*** This bug has been marked as a duplicate of bug 590534 ***
*** Bug 594904 has been marked as a duplicate of this bug. ***