Magellan Linux

Contents of /trunk/xmms/patches/xmms-1.2.10-fhs-skinsdir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 481 byte(s)
-import

1 diff -Naur xmms-1.2.9-pre1/xmms/skinwin.c xmms-1.2.9-pre1.fhs/xmms/skinwin.c
2 --- xmms-1.2.9-pre1/xmms/skinwin.c 2001-06-15 16:03:33.000000000 -0700
3 +++ xmms-1.2.9-pre1.fhs/xmms/skinwin.c 2004-01-23 12:47:13.000000000 -0800
4 @@ -205,6 +205,7 @@
5 str = g_strconcat(DATA_DIR, "/Skins", NULL);
6 scan_skindir(str);
7 g_free(str);
8 + scan_skindir("/usr/local/share/xmms/Skins");
9 skinlist = g_list_sort(skinlist, skinlist_compare_func);
10 skinsdir = getenv("SKINSDIR");
11 if (skinsdir)