all repos — tint2 @ 7f1f66a4974e3e7e283c20b338f4d59c746773f2

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

small clenup

git-svn-id: http://tint2.googlecode.com/svn/trunk@573 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

7f1f66a4974e3e7e283c20b338f4d59c746773f2

parent

eae7223ddf50f329e2226b579b8960a945062c6b

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/config.csrc/config.c

@@ -471,9 +471,11 @@ else if (strcmp (key, "taskbar_name_background_id") == 0) {

} 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 */
M src/taskbar/taskbar.hsrc/taskbar/taskbar.h

@@ -23,8 +23,6 @@

int desktop; // task parameters - int task_width; - int task_modulo; int text_width; } Taskbar;