On 6/25/07, Chachereau Nicolas <[EMAIL PROTECTED]> wrote:
problem. I guess you could return a boolean value and check this in main(). Or, wait... I may be wrong, is it called from Run()? Okay, but what is the right way to exit the loop then?
Precisely the problem! gtk_main() will _never_ return if you just exit the program with (gtk_)exit()! I suppose one cd explicitly call the destructor, but that seems a little ugly. steve d. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
