]> Dogcows Code - chaz/tint2/blobdiff - src/config.c
small clenup
[chaz/tint2] / src / config.c
index dc4a30ace2397a89e60b99afc111edf3e164c883..15813d75b996dbca18a92e1bac879455c9a78109 100644 (file)
@@ -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 */
This page took 0.019777 seconds and 4 git commands to generate.