On Sun, 2005-03-20 at 12:42 +0000, Angus Leeming wrote: > Add an extra 'const': > char const * const encodings[] = ... Done. Someone might want to do the same for QDocument.C, since that's where I ripped it from (I can only commit to gtk directory).
> Hmmmmmmmmmmm > // Be a cheesy bastard, for the moment > bc().valid(); The idea is that I'll have to go through at some point and add a zillion signal connections for the changed/edited events of all the widgets, so that the button controller knows whether to enable the apply button. > I thought the letter Q had been removed from gtk's alphabet ;-) Yeah, I pulled it off my keyboard when I learned GTK, so I had to use a character map to write this code :-) John