Fixed encoding issue so can now enter addresses in the UI.
[ptas] / zouba / location_p.cpp
index 318630d..8eac5e0 100644 (file)
@@ -38,6 +38,7 @@ void LocationPrivate::parseReply( const QByteArray &reply )
 
   if ( xml.hasError() ) {
     qDebug() << "xml error";
+    m_valid = false;
   } else {
     m_valid = true;
   }