| 3382 ret = gdk_pixbuf_new_from_file(path, NULL); |
3382 ret = gdk_pixbuf_new_from_file(path, NULL); |
| 3383 g_free(path); |
3383 g_free(path); |
| 3384 return ret; |
3384 return ret; |
| 3385 } |
3385 } |
| 3386 |
3386 |
| 3387 if (purple_status_get_attr_string(purple_presence_get_active_status(p), PURPLE_TUNE_TITLE)) { |
3387 if (purple_presence_is_status_primitive_active(p, PURPLE_STATUS_TUNE)) { |
| 3388 path = g_build_filename(DATADIR, "pixmaps", "pidgin", "emblems", "16", "music.png", NULL); |
3388 path = g_build_filename(DATADIR, "pixmaps", "pidgin", "emblems", "16", "music.png", NULL); |
| 3389 ret = gdk_pixbuf_new_from_file(path, NULL); |
3389 ret = gdk_pixbuf_new_from_file(path, NULL); |
| 3390 g_free(path); |
3390 g_free(path); |
| 3391 return ret; |
3391 return ret; |
| 3392 } |
3392 } |