diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 09:51:01 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 09:51:01 -0800 |
commit | 61e36124e4060142bec206a99b50222b8a62d063 (patch) | |
tree | fff3fe2bd3f7b1569382da2ec8c8f310c0eb1fcf /subsurface-mobile-main.cpp | |
parent | a0a3bf88708d4ca2c2ac746c586d6e151d73f58a (diff) | |
download | subsurface-61e36124e4060142bec206a99b50222b8a62d063.tar.gz |
Subsurface-mobile: make sure we load the preferences
Otherwise all kinds of things don't work right.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r-- | subsurface-mobile-main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp index 77c574bb1..e58d32cea 100644 --- a/subsurface-mobile-main.cpp +++ b/subsurface-mobile-main.cpp @@ -52,6 +52,7 @@ int main(int argc, char **argv) #endif setup_system_prefs(); prefs = default_prefs; + loadPreferences(); fill_profile_color(); parse_xml_init(); taglist_init_global(); |