upstream: Use gboolean consistently. (62fd40c51)

This commit is contained in:
2026-03-31 19:58:59 +03:00
parent c99d852ad7
commit ccd6a8b3c3
8 changed files with 34 additions and 34 deletions

View File

@@ -533,7 +533,7 @@ _theme_find(const char* const theme_name)
g_string_append(path, "/");
g_string_append(path, theme_name);
if (!g_file_test(path->str, G_FILE_TEST_EXISTS)) {
g_string_free(path, true);
g_string_free(path, TRUE);
path = NULL;
}
}