]> git.pld-linux.org Git - packages/audacious.git/blame - bmp-xmms-skins-dir.patch
home_etc and icon
[packages/audacious.git] / bmp-xmms-skins-dir.patch
CommitLineData
cbbb8b48
AF
1--- bmp-0.9.6.1.orig/beep/skinwin.c 2003-12-24 15:03:17.000000000 +0100
2+++ bmp-0.9.6.1/beep/skinwin.c 2003-12-30 20:26:16.000000000 +0100
3@@ -239,6 +239,12 @@
4 str = g_strconcat(DATA_DIR, "/Skins", NULL);
5 scan_skindir(str);
6 g_free(str);
7+ str = g_strconcat(g_get_home_dir(), "/.xmms/Skins", NULL);
8+ scan_skindir(str);
9+ g_free(str);
10+ str = g_strconcat("/usr/share/xmms", "/Skins", NULL);
11+ scan_skindir(str);
12+ g_free(str);
13 skinlist = g_list_sort(skinlist, skinlist_compare_func);
14 skinsdir = getenv("SKINSDIR");
15 if (skinsdir) {
This page took 0.032637 seconds and 4 git commands to generate.