Lucid One - 2003-04-24

Logged In: YES
user_id=763818

The segfault is because the currSession=0
it seems to be a problem with get_session_current
attempting to get data from the window_main object
which never appears to be set.

util.c: g_object_set_data(G_OBJECT(dialog), "session", current);
session.c: current = g_object_get_data(G_OBJECT(window_main), "session");