Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Error in ChGtk.cpp - Doesn't build on Linux
Error in ChGtk.cpp - Doesn't build on Linux [message #13204] |
Thu, 20 December 2007 19:06  |
mdelfede
Messages: 1308 Registered: September 2007
|
Ultimate Contributor |
|
|
In ChGtk line 548 :
GtkChButton(ts.look);
ts.look[CTRL_NORMAL] = Null;
ts.look[CTRL_DISABLED] = Null;
GtkCh(ts.look[4], 1, 1);
GtkCh(ts.look[5], 1, 1);
Should be :
GtkChButton(ts.buttonstyle.look);
ts.buttonstyle.look[CTRL_NORMAL] = Null;
ts.buttonstyle.look[CTRL_DISABLED] = Null;
GtkCh(ts.buttonstyle.look[4], 1, 1);
GtkCh(ts.buttonstyle.look[5], 1, 1);
I'll update svn accordingly, please feedback if it's not correct.
Ciao
Max
[Updated on: Thu, 20 December 2007 19:50] Report message to a moderator
|
|
|
|
Goto Forum:
Current Time: Tue May 13 20:11:51 CEST 2025
Total time taken to generate the page: 0.03813 seconds
|