Danish Eniro search fixed. master
authoreshe <jessehakanen@gmail.com>
Wed, 22 Dec 2010 11:18:44 +0000 (11:18 +0000)
committereshe <jessehakanen@gmail.com>
Wed, 22 Dec 2010 11:18:44 +0000 (11:18 +0000)
debian/changelog
src/common/eniro.cpp

index 8804c42..35c548f 100644 (file)
@@ -1,3 +1,9 @@
+jenirok (0.2-15) unstable; urgency=low
+
+  * Danish Eniro search fixed.
+
+ -- Jesse Hakanen <jessehakanen@gmail.com>  Wed, 22 Dec 2010 10:59:45 +0000
+
 jenirok (0.2-14) unstable; urgency=low
 
   * Removed the unnecessary horizontal scrollbar in log window.
 jenirok (0.2-14) unstable; urgency=low
 
   * Removed the unnecessary horizontal scrollbar in log window.
index 85d9fc3..718064d 100644 (file)
@@ -25,7 +25,7 @@ namespace
     {
             "http://wap.eniro.fi/",
             "http://wap.eniro.se/",
     {
             "http://wap.eniro.fi/",
             "http://wap.eniro.se/",
-            "http://wap.eniro.dk/"
+            "http://m.krak.dk/"
     };
 
     static const QString SITE_NAMES[Eniro::SITE_COUNT] =
     };
 
     static const QString SITE_NAMES[Eniro::SITE_COUNT] =
@@ -430,6 +430,7 @@ void Eniro::loadResults(int id, QString const& httpData)
         // Otherwise result is ready
         else
         {
         // Otherwise result is ready
         else
         {
+            it.value()->foundNumbers++;
             emit resultAvailable(result, it.value()->details);
         }
 
             emit resultAvailable(result, it.value()->details);
         }