Use gboolean consistently.

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel
2025-11-12 10:56:52 +01:00
parent b0221f6146
commit 62fd40c510
8 changed files with 34 additions and 34 deletions

View File

@@ -361,7 +361,7 @@ void
ui_handle_login_account_success(ProfAccount* account, gboolean secured)
{
if (account->theme) {
if (theme_load(account->theme, false)) {
if (theme_load(account->theme, FALSE)) {
ui_load_colours();
if (prefs_get_boolean(PREF_ROSTER)) {
ui_show_roster();