Commit 294acfb7f903e5e53fc28482e772e83f91007937
1 parent
93d65e09
Exists in
develop
Fixing win32 release.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/objects/settings/gsettings.c
... | ... | @@ -67,6 +67,8 @@ |
67 | 67 | g_autofree gchar * appdir = g_win32_get_package_installation_directory_of_module(NULL); |
68 | 68 | g_autofree gchar * filename = g_build_filename(appdir,"gschemas.compiled",NULL); |
69 | 69 | |
70 | + // TODO: Scan appdir + filename, appdir + /share/glib-2.0/schemas/ | |
71 | + | |
70 | 72 | if(g_file_test(filename,G_FILE_TEST_IS_REGULAR)) { |
71 | 73 | |
72 | 74 | GError * error = NULL; | ... | ... |