After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 409252 - binding does not follow metacity
binding does not follow metacity
Status: RESOLVED FIXED
Product: gnome-python-desktop
Classification: Deprecated
Component: metacity
2.17.x
Other Linux
: Normal major
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-18 12:49 UTC by Marc-Andre Lureau
Modified: 2007-02-18 22:38 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
fix (1.03 KB, patch)
2007-02-18 22:27 UTC, Marc-Andre Lureau
none Details | Review

Description Marc-Andre Lureau 2007-02-18 12:49:34 UTC
metacity.c: In function 'pymetacity_add_constants':
metacity.c:977: error: 'META_ACTION_DOUBLE_CLICK_TITLEBAR_TOGGLE_SHADE' undeclared (first use in this function)
metacity.c:977: error: (Each undeclared identifier is reported only once
metacity.c:977: error: for each function it appears in.)
metacity.c:978: error: 'META_ACTION_DOUBLE_CLICK_TITLEBAR_TOGGLE_MAXIMIZE' undeclared (first use in this function)
metacity.c:979: error: 'META_ACTION_DOUBLE_CLICK_TITLEBAR_LAST' undeclared (first use in this function)
make[2]: *** [metacity_la-metacity.lo] Error 1
make[2]: Leaving directory `/home/beta/svn/gnome2/gnome-python-desktop/metacity'


-> related to a /popular/ set of patch ? ;)
Comment 1 Marc-Andre Lureau 2007-02-18 12:53:34 UTC
see bug 408899 and bug 408902
Comment 2 Marc-Andre Lureau 2007-02-18 22:27:56 UTC
Created attachment 82854 [details] [review]
fix
Comment 3 Gustavo Carneiro 2007-02-18 22:38:06 UTC
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.