From 5c41c5b380b8dddf68aa45e2e7265c60c52f36dc Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 29 Jan 2020 11:50:04 +0100 Subject: [PATCH] Add comments to preferences.c --- src/config/preferences.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/preferences.c b/src/config/preferences.c index c872627b..9b7a7c57 100644 --- a/src/config/preferences.c +++ b/src/config/preferences.c @@ -50,7 +50,8 @@ #include "config/files.h" #include "config/conflists.h" -// preference groups refer to the sections in .profrc, for example [ui] +// preference groups refer to the sections in .profrc or theme files +// for example [ui] but not [colours] which is handled in theme.c #define PREF_GROUP_LOGGING "logging" #define PREF_GROUP_CHATSTATES "chatstates" #define PREF_GROUP_UI "ui" @@ -1515,7 +1516,6 @@ prefs_statusbar_pos_down(void) return FALSE; } - gboolean prefs_inputwin_pos_down(void) {