Added saving state after deleted some dictionaries
authorBartosz Szatkowski <bulislaw@linux.com>
Tue, 10 Aug 2010 09:19:59 +0000 (11:19 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Tue, 10 Aug 2010 09:19:59 +0000 (11:19 +0200)
trunk/src/base/backbone/backbone.cpp

index 66181d2..f49dff4 100644 (file)
@@ -176,6 +176,7 @@ void Backbone::addDictionary(CommonDictInterface *dict, bool active) {
 
  void Backbone::removeDictionary(CommonDictInterface *dict) {
      _dicts.remove(dict);
+     dictUpdated();
 
  }
 
@@ -320,8 +321,3 @@ void Backbone::saveState(QSettings* set, Settings* plugSet, bool active
         set->setValue(section + "/" + key, plugSet->value(key));
     set->setValue(section + "/active", active);
 }
-
-//saving dictionaries state
-//saving selection state
-
-