On Tue, Mar 11, 2003 at 10:29:51PM +0100, Xavier MAILLARD wrote: > Is it because this function may crash Ion ? :)
I haven't yet implemented a method to attach arbitrary WRegions to workspaces of arbitrary kind. The crash in the previous release was because FIRST_THING(ws, WFrame) returns a NULL pointer, which should not have happened in the earlier releases. Thus the assert. However, as I changed the code so that workspaces do not contain frames as children, FIRST_THING would always return NULL here and I forgot to change the code accordingly (should've used ws->split_tree). -- Tuomo
