| 5038 gtkconv->active_conv = conv; |
5038 gtkconv->active_conv = conv; |
| 5039 gtkconv->convs = g_list_prepend(gtkconv->convs, conv); |
5039 gtkconv->convs = g_list_prepend(gtkconv->convs, conv); |
| 5040 gtkconv->send_history = g_list_append(NULL, NULL); |
5040 gtkconv->send_history = g_list_append(NULL, NULL); |
| 5041 |
5041 |
| 5042 /* Setup some initial variables. */ |
5042 /* Setup some initial variables. */ |
| 5043 gtkconv->sg = gtk_size_group_new(GTK_SIZE_GROUP_BOTH); |
|
| 5044 gtkconv->tooltips = gtk_tooltips_new(); |
5043 gtkconv->tooltips = gtk_tooltips_new(); |
| 5045 gtkconv->unseen_state = PIDGIN_UNSEEN_NONE; |
5044 gtkconv->unseen_state = PIDGIN_UNSEEN_NONE; |
| 5046 gtkconv->unseen_count = 0; |
5045 gtkconv->unseen_count = 0; |
| 5047 |
5046 |
| 5048 if (conv_type == PURPLE_CONV_TYPE_IM) { |
5047 if (conv_type == PURPLE_CONV_TYPE_IM) { |