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

List:       kde-commits
Subject:    kdebase/kioslave/thumbnail
From:       Pascal Létourneau <pletourn () globetrotter ! net>
Date:       2004-02-07 22:47:49
Message-ID: 20040207224749.EAAE49026 () office ! kde ! org
[Download RAW message or body]

CVS commit by pletourn: 

Explicit KURL construction
CCMAIL:74485-done@bugs.kde.org


  M +4 -2      htmlcreator.cpp   1.11


--- kdebase/kioslave/thumbnail/htmlcreator.cpp  #1.10:1.11
@@ -61,5 +61,7 @@ bool HTMLCreator::create(const QString &
         m_html->setOnlyLocalReferences(true);
     }
-    m_html->openURL(path);
+    KURL url;
+    url.setPath(path);
+    m_html->openURL(url);
     m_completed = false;
     startTimer(5000);


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

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