pidgin/gtkconv.c

branch
release-2.2.3
changeset 20289
5c844288fbec
parent 20288
5ca925a094e2
equal deleted inserted replaced
20288:5ca925a094e2 20289:5c844288fbec
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) {

mercurial