| 4970 gtkconv->active_conv = conv; |
4970 gtkconv->active_conv = conv; |
| 4971 gtkconv->convs = g_list_prepend(gtkconv->convs, conv); |
4971 gtkconv->convs = g_list_prepend(gtkconv->convs, conv); |
| 4972 gtkconv->send_history = g_list_append(NULL, NULL); |
4972 gtkconv->send_history = g_list_append(NULL, NULL); |
| 4973 |
4973 |
| 4974 /* Setup some initial variables. */ |
4974 /* Setup some initial variables. */ |
| 4975 gtkconv->sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); |
|
| 4976 gtkconv->tooltips = gtk_tooltips_new(); |
4975 gtkconv->tooltips = gtk_tooltips_new(); |
| 4977 gtkconv->unseen_state = PIDGIN_UNSEEN_NONE; |
4976 gtkconv->unseen_state = PIDGIN_UNSEEN_NONE; |
| 4978 gtkconv->unseen_count = 0; |
4977 gtkconv->unseen_count = 0; |
| 4979 |
4978 |
| 4980 if (conv_type == PURPLE_CONV_TYPE_IM) { |
4979 if (conv_type == PURPLE_CONV_TYPE_IM) { |