The #if/#else in ColorToCString does different things on different GTK versions. In particular, gdk_color_to_string is documented as returning #rrrrggggbbbb while the sprintf is using %02 formats. Hence the test failure: on tinderbox we're taking the #else branch, I would guess.
The #if/#else in ColorToCString does different things on different GTK versions. In particular, gdk_color_to_string is documented as returning #rrrrggggbbbb while the sprintf is using %02 formats. Hence the test failure: on tinderbox we're taking the #else branch, I would guess.