src/conversation.c

changeset 1702
640e8b39ce78
parent 1692
ff73167542e9
child 1705
cc63a8819c1c
--- 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);

mercurial