[Xfce4-commits] <parole:bluesabre/gtk3> History in .cache, playlist in .local/share
Sean Davis
noreply at xfce.org
Sun Aug 11 15:17:09 CEST 2013
Updating branch refs/heads/bluesabre/gtk3
to d967425afb8b5521b85ceb71a7c8897d901a7fdc (commit)
from 25e77636a95de1b9582efad012f8415b1a5ba141 (commit)
commit d967425afb8b5521b85ceb71a7c8897d901a7fdc
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Wed Mar 6 07:12:22 2013 -0500
History in .cache, playlist in .local/share
src/parole-medialist.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/parole-medialist.c b/src/parole-medialist.c
index a42a28e..50d0ffc 100644
--- a/src/parole-medialist.c
+++ b/src/parole-medialist.c
@@ -1769,7 +1769,7 @@ void parole_media_list_load (ParoleMediaList *list)
{
gchar *playlist_file;
- playlist_file = xfce_resource_save_location (XFCE_RESOURCE_CONFIG,
+ playlist_file = xfce_resource_save_location (XFCE_RESOURCE_DATA,
PAROLE_AUTO_SAVED_PLAYLIST,
FALSE);
if ( playlist_file )
@@ -2170,7 +2170,7 @@ void parole_media_list_save_list (ParoleMediaList *list)
GSList *fileslist;
gchar *history;
- history = xfce_resource_save_location (XFCE_RESOURCE_CONFIG, PAROLE_AUTO_SAVED_PLAYLIST , TRUE);
+ history = xfce_resource_save_location (XFCE_RESOURCE_DATA, PAROLE_AUTO_SAVED_PLAYLIST , TRUE);
if ( !history )
{
More information about the Xfce4-commits
mailing list