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

List:       kde-commits
Subject:    branches/KDE/3.5/kdebase/libkonq
From:       Helge Deller <deller () kde ! org>
Date:       2005-10-22 7:08:40
Message-ID: 1129964920.257572.20258.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 472937 by deller:

those entries may have local file paths (e.g. $HOME/xxx)


 M  +2 -2      konq_pixmapprovider.cc  


--- branches/KDE/3.5/kdebase/libkonq/konq_pixmapprovider.cc #472936:472937
@@ -93,7 +93,7 @@
 {
     iconMap.clear();
     QStringList list;
-    list = kc->readListEntry( key );
+    list = kc->readPathListEntry( key );
     QStringList::Iterator it = list.begin();
     QString url, icon;
     while ( it != list.end() ) {
@@ -124,7 +124,7 @@
 
 	++it;
     }
-    kc->writeEntry( key, list );
+    kc->writePathEntry( key, list );
 }
 
 void KonqPixmapProvider::notifyChange( bool isHost, QString hostOrURL,
[prev in list] [next in list] [prev in thread] [next in thread] 

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