Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 433f2e36c46675b911bffad2c4033341 > files > 2

GLC_Player-2.2.0-1.fc14.src.rpm

diff -up GLC_Player_src_2.2.0/glc_player.cpp.cache GLC_Player_src_2.2.0/glc_player.cpp
--- GLC_Player_src_2.2.0/glc_player.cpp.cache	2010-07-01 11:49:56.000000000 +0200
+++ GLC_Player_src_2.2.0/glc_player.cpp	2010-12-09 19:19:43.424542001 +0100
@@ -2555,7 +2555,7 @@ void glc_player::readSettings()
 		{
 			cachePath= QDir::homePath() + QDir::separator();
 		}
-		cachePath+= "GLC_Player_Cache";
+		cachePath+= ".cache/glc_player";
 	}
 	QDir().mkpath(cachePath);
 	GLC_CacheManager cacheManager(cachePath);