| 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. |