]> Dogcows Code - chaz/tint2/commitdiff
small clenup
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Sat, 9 Oct 2010 17:11:11 +0000 (17:11 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Sat, 9 Oct 2010 17:11:11 +0000 (17:11 +0000)
src/config.c
src/taskbar/taskbar.h

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 */
index 8407819114a996f94907636c2a0aff00bf5ade72..17a56af139fe9af28cb3c87798dafcc96ab393e0 100644 (file)
@@ -23,8 +23,6 @@ typedef struct {
        int desktop;
 
        // task parameters
-       int task_width;
-       int task_modulo;
        int text_width;
 } Taskbar;
 
This page took 0.023251 seconds and 4 git commands to generate.