summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-07-29 12:30:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-07-29 12:30:49 +0300
commit0dda3dc32c819b0d854ea2911c94be24e990abb4 (patch)
tree5b769a3d12f41a5956c0e43c378585caab59f065 /src
parent1240f4600b9bac362819aa0871f049866cc73195 (diff)
Ini file shall be loaded immediately after database creation
Diffstat (limited to 'src')
-rw-r--r--src/mir_app/src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp
index 7d7f116676..cb64b43d47 100644
--- a/src/mir_app/src/modules.cpp
+++ b/src/mir_app/src/modules.cpp
@@ -105,6 +105,7 @@ int LoadDefaultModules(void)
if (LoadDatabaseModule()) return 1;
// database is available here
+ InitIni();
if (LoadButtonModule()) return 1;
if (LoadIcoLibModule()) return 1;
if (LoadSkinIcons()) return 1;
@@ -128,7 +129,6 @@ int LoadDefaultModules(void)
plugin_service = nullptr;
}
- InitIni();
if (LoadSkinSounds()) return 1;
if (LoadSkinHotkeys()) return 1;
if (LoadFontserviceModule()) return 1;