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 124547 - Use of deprecated defines from libgnomeui
Use of deprecated defines from libgnomeui
Status: RESOLVED DUPLICATE of bug 124557
Product: gnome-terminal
Classification: Core
Component: general
2.4.x
Other All
: Normal critical
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-14 09:00 UTC by Damien Carbery
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Damien Carbery 2003-10-14 09:00:16 UTC
src/profile-editor.c references libgnomeui/gnome-color-picker.h (e.g.
GNOME_COLOR_PICKER).
This file, and all in the 'libgnomeui' include directory, have just been
deprecated.

As an interim solution I have added
#undef GNOME_DISABLE_DEPRECATED
above the #include lines for the libgnomeui header files.
Comment 1 Vincent Untz 2003-10-14 13:18:16 UTC
This seems to be a gnome-terminal bug :-) Moving there
Comment 2 Mariano Suárez-Alvarez 2003-10-14 13:22:13 UTC

*** This bug has been marked as a duplicate of 124557 ***