X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fconfig.c;h=15813d75b996dbca18a92e1bac879455c9a78109;hb=56da506ec68fd156493f7428f24f0e75a9213837;hp=dc4a30ace2397a89e60b99afc111edf3e164c883;hpb=fc22af941cf7b9db65a703e9e697490119c70ec2;p=chaz%2Ftint2 diff --git a/src/config.c b/src/config.c index dc4a30a..15813d7 100644 --- a/src/config.c +++ b/src/config.c @@ -471,9 +471,11 @@ void add_entry (char *key, char *value) } else if (strcmp (key, "taskbar_name_active_background_id") == 0) { } - else if (strcmp (key, "taskbar_font_color") == 0) { + else if (strcmp (key, "taskbar_name_font") == 0) { } - else if (strcmp (key, "taskbar_active_font_color") == 0) { + else if (strcmp (key, "taskbar_name_font_color") == 0) { + } + else if (strcmp (key, "taskbar_name_active_font_color") == 0) { } /* Task */