Hello. In GTK client, in gtk/gx11.c, the function void close_container(item *op) is called in response to a server event 'container closed'. But this function does call client_send_apply (look_list.env->tag); meaning the container is yet again applied. Shouldn't that line be removed? On my test server (latest cvs), with this code (grabbed from cvs this morning), having the line prevents correct container behaviour. Removing it fixes right away. Mark fixed partly already, by splitting close_container & close_container_callback (for close button), but it seems to me close_container is still clightly broken. Just my 2 cents (i'm gonna be broke someday !) Nicolas 'Ryo' _______________________________________________ crossfire-devel mailing list crossfire-devel at lists.real-time.com https://mailman.real-time.com/mailman/listinfo/crossfire-devel