pidgin/gtkconv.c

changeset 21121
3263d33e2838
parent 21106
b85fbef13eed
child 21453
a90cf329cd48
equal deleted inserted replaced
21120:f505b7d3b0dd 21121:3263d33e2838
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) {

mercurial