*fix* issue 215
git-svn-id: http://tint2.googlecode.com/svn/trunk@383 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
c340974d42
commit
249d380183
2 changed files with 1 additions and 2 deletions
|
@ -97,7 +97,6 @@ void init_config()
|
|||
// window manager's menu default value == false
|
||||
wm_menu = 0;
|
||||
max_tick_urgent = 7;
|
||||
panel_config.g_taskbar.bg = panel_config.g_taskbar.bg_active = 0;
|
||||
|
||||
// flush pango cache if possible
|
||||
//pango_xft_shutdown_display(server.dsp, server.screen);
|
||||
|
|
|
@ -86,7 +86,7 @@ void init_taskbar()
|
|||
panel->g_task.area.redraw = 1;
|
||||
panel->g_task.area.on_screen = 1;
|
||||
if (panel->g_task.config_asb_mask & (1<<TASK_NORMAL)) {
|
||||
panel->g_task.alpha[TASK_NORMAL] = 0;
|
||||
panel->g_task.alpha[TASK_NORMAL] = 100;
|
||||
panel->g_task.saturation[TASK_NORMAL] = 0;
|
||||
panel->g_task.brightness[TASK_NORMAL] = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue