Mon, 04 Nov 2002 17:06:19 +0000
[gaim-migrate @ 4047]
Could I have cheese on my toe-mah-toe?
| src/conversation.c | file | annotate | diff | comparison | revisions |
--- 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))