Mercurial > pidgin
changeset 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 | e2922e6435bc |
children | acce65ffdc80 |
files | src/conversation.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);