[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenox/konq-embed/kdesrc/kio/http/patches
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-01-30 18:59:35
Message-ID: 1138647575.305812.12703.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 503909 by eva:

fix patch for current kdelibs branch


 M  +4 -4      fix_cache_defaultlocation_3.5.patch  


--- trunk/kdenox/konq-embed/kdesrc/kio/http/patches/fix_cache_defaultlocation_3.5.patch #503908:503909
@@ -1,11 +1,11 @@
---- http.cc_without	2006-01-30 15:09:03.000000000 +0100
-+++ http.cc	2006-01-30 15:09:26.000000000 +0100
+--- http.cc	2006-01-30 19:56:09.000000000 +0100
++++ http.cc.orig	2006-01-30 19:54:47.000000000 +0100
 @@ -302,7 +302,7 @@ void HTTPProtocol::resetSessionSettings(
    m_request.bUseCache = config()->readBoolEntry("UseCache", true);
    m_request.bErrorPage = config()->readBoolEntry("errorPage", true);
    m_request.bNoAuth = config()->readBoolEntry("no-auth");
--  m_strCacheDir = config()->readPathEntry("CacheDir", );
-+  m_strCacheDir = config()->readPathEntry("CacheDir", KGlobal::dirs()->saveLocation("cache", "http"));
+-  m_strCacheDir = config()->readPathEntry("CacheDir");
++  m_strCacheDir = config()->readPathEntry("CacheDir", KGlobal::dirs()->saveLocation("cache", "http") );
    m_maxCacheAge = config()->readNumEntry("MaxCacheAge", DEFAULT_MAX_CACHE_AGE);
    m_request.window = config()->readEntry("window-id");
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic