One more fix to connection handling.
[jenirok] / src / common / source.cpp
index 21245b9..5d1315e 100644 (file)
@@ -181,7 +181,6 @@ void Source::setError(Source::Error error, QString const& errorString)
 
 void Source::httpReady(int id, bool error)
 {
-
     if(error)
     {
         if(http_.error() == QHttp::Aborted)
@@ -307,7 +306,7 @@ QString& Source::htmlEntityDecode(QString& string)
         38,
         60,
         62,
-        160,
+        32,
         192,
         193,
         194,