all repos — tint2 @ e32bfc3833ae168966bffaf8e2ea26351dc7363e

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

fixed taskbar background

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

e32bfc3833ae168966bffaf8e2ea26351dc7363e

parent

48d428b6774bd5b008f85aff86c4bc7c187b836c

1 files changed, 1 insertions(+), 1 deletions(-)

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

@@ -461,7 +461,7 @@ }

else if (strcmp (key, "taskbar_active_background_id") == 0) { int id = atoi (value); id = (id < backgrounds->len && id >= 0) ? id : 0; - panel_config.g_taskbar.background_name[TASKBAR_ACTIVE] = &g_array_index(backgrounds, Background, id); + panel_config.g_taskbar.background[TASKBAR_ACTIVE] = &g_array_index(backgrounds, Background, id); } else if (strcmp (key, "taskbar_name") == 0) { taskbarname_enabled = atoi (value);