pidgin/gtkconv.c

changeset 15811
bbaedc24f112
parent 15797
ce93036c4e95
child 15812
bc1ac5449f4b
equal deleted inserted replaced
15810:b66e2249c729 15811:bbaedc24f112
2353 gtkconv->u.im->anim == NULL)) 2353 gtkconv->u.im->anim == NULL))
2354 { 2354 {
2355 l = pidgin_conv_get_tab_icons(conv); 2355 l = pidgin_conv_get_tab_icons(conv);
2356 2356
2357 gtk_window_set_icon_list(GTK_WINDOW(win->window), l); 2357 gtk_window_set_icon_list(GTK_WINDOW(win->window), l);
2358
2359 if (status != NULL)
2360 g_object_unref(status);
2361 } 2358 }
2362 } 2359 }
2363 2360
2364 /* This gets added as an idle handler when doing something that 2361 /* This gets added as an idle handler when doing something that
2365 * redraws the icon. It sets the auto_resize gboolean to TRUE. 2362 * redraws the icon. It sets the auto_resize gboolean to TRUE.

mercurial