diff src/audacious/main.c @ 4803:20f868cd576b

changed data path to audlegacy.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 25 Nov 2008 03:32:44 +0900
parents 142a28417ced
children 859ef55f062c
line wrap: on
line diff
--- a/src/audacious/main.c	Tue Nov 25 02:14:56 2008 +0900
+++ b/src/audacious/main.c	Tue Nov 25 03:32:44 2008 +0900
@@ -143,14 +143,14 @@
         : g_strdup(getenv("XDG_CACHE_HOME")));
 
     aud_paths[BMP_PATH_USER_DIR] =
-        g_build_filename(xdg_config_home, "audacious", NULL);
+        g_build_filename(xdg_config_home, "audlegacy", NULL);
     aud_paths[BMP_PATH_USER_SKIN_DIR] =
-        g_build_filename(xdg_data_home, "audacious", "Skins", NULL);
+        g_build_filename(xdg_data_home, "audlegacy", "Skins", NULL);
     aud_paths[BMP_PATH_USER_PLUGIN_DIR] =
-        g_build_filename(xdg_data_home, "audacious", "Plugins", NULL);
+        g_build_filename(xdg_data_home, "audlegacy", "Plugins", NULL);
 
     aud_paths[BMP_PATH_SKIN_THUMB_DIR] =
-        g_build_filename(xdg_cache_home, "audacious", "thumbs", NULL);
+        g_build_filename(xdg_cache_home, "audlegacy", "thumbs", NULL);
 
     aud_paths[BMP_PATH_PLAYLISTS_DIR] =
         g_build_filename(aud_paths[BMP_PATH_USER_DIR], "playlists", NULL);