summaryrefslogtreecommitdiff
path: root/gtkplaylist.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-19 20:16:21 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-19 20:16:21 +0200
commit941dda6e29741e2a9e06f25f652295e377c80379 (patch)
treedf85823d1531cff6b57cddf98f179fa25871eb9c /gtkplaylist.c
parentd05573578335034855b923945bb1602e21594739 (diff)
autotools updates
Diffstat (limited to 'gtkplaylist.c')
-rw-r--r--gtkplaylist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtkplaylist.c b/gtkplaylist.c
index 2524c495..e40e74ba 100644
--- a/gtkplaylist.c
+++ b/gtkplaylist.c
@@ -448,8 +448,8 @@ gtkpl_configure (gtkplaylist_t *ps) {
ps->backbuf = gdk_pixmap_new (widget->window, widget->allocation.width, widget->allocation.height, -1);
if (!play16_pixmap) {
- play16_pixmap = cairo_image_surface_create_from_png ("/usr/share/deadbeef/images/play_16.png");
- pause16_pixmap = cairo_image_surface_create_from_png ("/usr/share/deadbeef/images/pause_16.png");
+ play16_pixmap = cairo_image_surface_create_from_png (PREFIX"/share/deadbeef/pixmaps/play_16.png");
+ pause16_pixmap = cairo_image_surface_create_from_png (PREFIX"/share/deadbeef/pixmaps/pause_16.png");
}
gtkpl_draw_playlist (ps, 0, 0, widget->allocation.width, widget->allocation.height);