]> git.pld-linux.org Git - packages/audacious.git/blobdiff - bmp-xmms-skins-dir.patch
- no junk in plugins subpackages
[packages/audacious.git] / bmp-xmms-skins-dir.patch
index 3e1c9cbce69ec5ffd4d9b3a4211a8a3f1280b4c9..c146affa99d666c7bade213dcd7cfb4a8073ab88 100644 (file)
@@ -1,15 +1,22 @@
---- bmp-0.9.6.1.orig/beep/skinwin.c    2003-12-24 15:03:17.000000000 +0100
-+++ bmp-0.9.6.1/beep/skinwin.c 2003-12-30 20:26:16.000000000 +0100
-@@ -239,6 +239,12 @@
-     str = g_strconcat(DATA_DIR, "/Skins", NULL);
-     scan_skindir(str);
-     g_free(str);
+--- bmp-0.9.7.1/beep/skinwin.c.orig    2005-03-23 05:55:12.000000000 +0100
++++ bmp-0.9.7.1/beep/skinwin.c 2005-11-01 10:24:16.226140176 +0100
+@@ -231,12 +231,18 @@
+ void
+ skinlist_update(void)
+ {
+-    gchar *skinsdir;
++    gchar *str, *skinsdir;
+     skinlist_clear();
+     scan_skindir(bmp_paths[BMP_PATH_USER_SKIN_DIR]);
+     scan_skindir(DATA_DIR G_DIR_SEPARATOR_S BMP_SKIN_DIR_BASENAME);
 +    str = g_strconcat(g_get_home_dir(), "/.xmms/Skins", NULL);
 +    scan_skindir(str);
 +    g_free(str);
 +    str = g_strconcat("/usr/share/xmms", "/Skins", NULL);
 +    scan_skindir(str);
 +    g_free(str);
-     skinlist = g_list_sort(skinlist, skinlist_compare_func);
      skinsdir = getenv("SKINSDIR");
      if (skinsdir) {
This page took 0.1278 seconds and 4 git commands to generate.