Fixed a bug that caused connections to not being found when keyboard is closed during...
[jenirok] / src / common / mobil1881.cpp
index 37b070e..e57816d 100644 (file)
@@ -262,7 +262,7 @@ int Mobil1881::sendQuery(Source::SearchDetails const& details,
 
     if(!details.location.isEmpty())
     {
-        query += details.location;
+        query += " " + details.location;
     }
 
     url.addQueryItem("s", query);