]> git.pld-linux.org Git - packages/audacious.git/commitdiff
- added support for bmp dirs
authorMichal Chruszcz <mchruszcz@gmail.com>
Wed, 16 Nov 2005 07:10:53 +0000 (07:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audacious-xmms-skins-dir.patch -> 1.2

audacious-xmms-skins-dir.patch

index 7147ba64a0c523ad3b4b91dd804ae59dcf960a80..70c79882b47e1a6c77ca54e258022a5694845ae0 100644 (file)
@@ -1,6 +1,6 @@
---- bmp-0.9.7.1/audacious/skinwin.c.orig       2005-03-23 05:55:12.000000000 +0100
-+++ bmp-0.9.7.1/audacious/skinwin.c    2005-11-01 10:24:16.226140176 +0100
-@@ -231,12 +231,18 @@
+--- audacious-0.1/audacious/skinwin.c~ 2005-10-24 12:06:47.000000000 +0200
++++ audacious-0.1/audacious/skinwin.c  2005-11-16 07:52:36.807688080 +0100
+@@ -231,12 +231,24 @@
  void
  skinlist_update(void)
  {
 +    g_free(str);
 +    str = g_strconcat("/usr/share/xmms", "/Skins", NULL);
 +    scan_skindir(str);
++    g_free(str);
++    str = g_strconcat(g_get_home_dir(), "/.bmp/Skins", NULL);
++    scan_skindir(str);
++    g_free(str);
++    str = g_strconcat("/usr/share/bmp", "/Skins", NULL);
++    scan_skindir(str);
 +    g_free(str);
  
      skinsdir = getenv("SKINSDIR");
This page took 0.326362 seconds and 4 git commands to generate.