gnome: add/remove account

Refs #68670

Change-Id: I36132c0e3abe203889d02876739d39ea366c3df0
diff --git a/src/accountaudiotab.cpp b/src/accountaudiotab.cpp
index cb3388e..4a11941 100644
--- a/src/accountaudiotab.cpp
+++ b/src/accountaudiotab.cpp
@@ -139,7 +139,7 @@
                                                     idx.row() + position_diff,
                                                     0,
                                                     QModelIndex());
-    priv->account->saveCodecs();
+    priv->account->codecModel()->save();
 
     /* now make sure to select the same codec which was moved
      * TODO: UGLY! this should be somehow done in the qt modle bindings,