comparison src/conversation.c @ 1702:70f9d7cdb127

[gaim-migrate @ 1712] whoops. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 12 Apr 2001 17:45:12 +0000
parents a312d64a995d
children b4d454e5ee31
comparison
equal deleted inserted replaced
1701:e2922e6435bc 1702:70f9d7cdb127
702 d = NULL; 702 d = NULL;
703 } 703 }
704 if (d) { 704 if (d) {
705 gtk_notebook_set_page( 705 gtk_notebook_set_page(
706 GTK_NOTEBOOK(notebook), 706 GTK_NOTEBOOK(notebook),
707 g_list_index(chats, d)); 707 g_list_index(ws, d));
708 } else { 708 } else {
709 cnv = g_list_last(chats); 709 cnv = g_list_last(ws);
710 if (c == cnv->data) 710 if (c == cnv->data)
711 gtk_notebook_set_page( 711 gtk_notebook_set_page(
712 GTK_NOTEBOOK(notebook), 0); 712 GTK_NOTEBOOK(notebook), 0);
713 else 713 else
714 gtk_notebook_next_page( 714 gtk_notebook_next_page(