! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
mcs-manager.c v1.47 does not compile with GTK < 2.4
Status:
RESOLVED: FIXED

Comments

Description Thomas Eriksson 2004-10-26 22:00:17 CEST
On a RHEL3u3 system I get the following error when compiling xffm

mcs-manager.c: In function `connect_mcs':
mcs-manager.c:320: `gsettings' undeclared (first use in this function)
mcs-manager.c:320: (Each undeclared identifier is reported only once
mcs-manager.c:320: for each function it appears in.)

This seems to happen after the followning was commented out 
in the latest update.

    /*GtkSettings *gsettings = gtk_settings_get_default ();
    gchar *theme;*/
Comment 1 edscott editbugs 2004-10-26 23:33:34 CEST
Oops. The first line should not be commented out with gtk <= 2.4. It is now
fixed in CVS.

Bug #415

Reported by:
Thomas Eriksson
Reported on: 2004-10-26
Last modified on: 2009-07-14

People

Assignee:
edscott
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information