xbmc: fix pathsubst patch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-12-27 15:30:25 +01:00
parent 711d0a17b2
commit 269790973a

View File

@ -1,16 +1,3 @@
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
index 36eb715..c776f65 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -4322,7 +4322,7 @@ void CApplication::CheckScreenSaverAndDPMS()
WakeUpScreenSaver();
}
else if (maybeScreensaver
- && elapsed > g_guiSettings.GetInt("screensaver.time") * 60)
+ && elapsed > g_guiSettings.GetInt("screensaver.time") * 10)
{
ActivateScreenSaver();
}
diff --git a/xbmc/filesystem/DirectoryCache.cpp b/xbmc/filesystem/DirectoryCache.cpp
index e3fb399..84bc32e 100644
--- a/xbmc/filesystem/DirectoryCache.cpp