Skip to content

Commit

Permalink
Settings: try fixing #467
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jun 9, 2023
1 parent b974264 commit 68ae924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ static const DConfData* getDConfData(const FFinstance* instance)
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_dup_string)
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_boolean)
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_get_int32)
FF_LIBRARY_DATA_LOAD_SYMBOL(g_variant_unref)
#undef data

data.client = data.ffdconf_client_new();
Expand Down

0 comments on commit 68ae924

Please sign in to comment.