fix bug (google dictionary will save in settings)
[mdictionary] / trunk / src / base / backbone / backbone.cpp
index fca9ef4..aeb3be7 100644 (file)
@@ -245,7 +245,6 @@ void Backbone::addDictionary(CommonDictInterface *dict, bool active) {
  void Backbone::addInternalDictionary(CommonDictInterface* dict, bool active) {
      dict->setHash(++_dictNum); // Hash must be uniqe in every session but not between
      _dicts[dict] = active;
-
      connect(dict, SIGNAL(settingsChanged()), this, SLOT(dictUpdated()));
      connect(dict, SIGNAL(notify(Notify::NotifyType,QString)), this,
              SIGNAL(notify(Notify::NotifyType,QString)));