pidgin/gtkblist.c

branch
next.minor
changeset 21213
61d8c5197526
parent 21172
97f1a22adfcf
parent 21207
21be96833d73
child 21214
db28e29a4990
child 21217
c5dfa570daff
equal deleted inserted replaced
21173:8e191599d715 21213:61d8c5197526
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 }

mercurial