changeset 3895:2bb52f873aa0

[gaim-migrate @ 4047] Could I have cheese on my toe-mah-toe? committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 04 Nov 2002 17:06:19 +0000
parents 36e3807e3299
children dbb4d31718a4
files src/conversation.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/conversation.c	Mon Nov 04 16:38:50 2002 +0000
+++ b/src/conversation.c	Mon Nov 04 17:06:19 2002 +0000
@@ -2629,10 +2629,6 @@
 	debug_printf("update_convo_status called for %s\n", c->name);
 	if (im_options & OPT_IM_ONE_WINDOW) { /* We'll make the tab green */
 		GtkStyle *style;
-		GtkNotebook *notebook = GTK_NOTEBOOK(c->is_chat ? chat_notebook : convo_notebook);
-		int offs = ((convo_options & OPT_CONVO_COMBINE) &&
-			    (im_options & OPT_IM_ONE_WINDOW) && c->is_chat) ?
-			g_list_length(conversations) : 0;
 		GtkWidget *label = c->tab_label;
 		style = gtk_style_new();
 		if (!GTK_WIDGET_REALIZED(label))