Changed history behaviour, history next and prev buttons now start searching after...
[mdictionary] / trunk / src / base / backbone / backbone.cpp
index fac41a7..6270791 100644 (file)
@@ -157,6 +157,9 @@ QMultiHash<QString, Translation*> Backbone::result() {
 
 
 void Backbone::stopSearching() {
+    if(stopped)
+        return;
+
     foreach(CommonDictInterface* dict, _dicts.keys())
         dict->stop();
     stopped = true;