# HG changeset patch # User Luke Schierer # Date 1035772790 0 # Node ID f8b01fcefe0db84f3ecc4eabf916640178a84b6d # Parent f9775881ea94b1d9cc6bb0ad5a56516894d05012 [gaim-migrate @ 3959] fixes a warning in conversations. thanks deryni committer: Tailor Script diff -r f9775881ea94 -r f8b01fcefe0d src/conversation.c --- a/src/conversation.c Sun Oct 27 22:37:21 2002 +0000 +++ b/src/conversation.c Mon Oct 28 02:39:50 2002 +0000 @@ -2048,9 +2048,10 @@ g_list_index(chats, c) + offs) unhighlight = 1; } else { - if (gtk_notebook_get_current_page(GTK_NOTEBOOK(convo_notebook)) == - g_list_index(conversations, c)) - unhighlight = 1; + if (im_options & OPT_IM_ONE_WINDOW) + if (gtk_notebook_get_current_page(GTK_NOTEBOOK(convo_notebook)) == + g_list_index(conversations, c)) + unhighlight = 1; } if (!unhighlight && flags & WFLAG_NICK) {