--- a/src/conversation.c Thu Apr 12 10:01:49 2001 +0000 +++ b/src/conversation.c Thu Apr 12 17:45:12 2001 +0000 @@ -704,9 +704,9 @@ if (d) { gtk_notebook_set_page( GTK_NOTEBOOK(notebook), - g_list_index(chats, d)); + g_list_index(ws, d)); } else { - cnv = g_list_last(chats); + cnv = g_list_last(ws); if (c == cnv->data) gtk_notebook_set_page( GTK_NOTEBOOK(notebook), 0);