summaryrefslogtreecommitdiff
path: root/main.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 /main.c
parentd05573578335034855b923945bb1602e21594739 (diff)
autotools updates
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c759b77a..42d5eb19 100644
--- a/main.c
+++ b/main.c
@@ -506,7 +506,7 @@ main (int argc, char *argv[]) {
thread_start (player_thread, 0);
g_thread_init (NULL);
- add_pixmap_directory ("/usr/share/deadbeef/images");
+ add_pixmap_directory (PREFIX "/share/deadbeef/pixmaps");
gdk_threads_init ();
gdk_threads_enter ();
gtk_set_locale ();