From: APTX Date: Sat, 2 Jun 2012 15:20:07 +0000 (+0200) Subject: For now, make MyList save local settings right after reading. This will generate... X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=79ea5162afc842e89cf581f5686fe5b41f873fd1;p=localmylist.git For now, make MyList save local settings right after reading. This will generate a default config in the right place. --- diff --git a/localmylist/mylist.cpp b/localmylist/mylist.cpp index ff1576b..c54c391 100644 --- a/localmylist/mylist.cpp +++ b/localmylist/mylist.cpp @@ -20,6 +20,7 @@ MyList::MyList() { init(); loadLocalSettings(); + saveLocalSettings(); m_requestHandler = 0;