tint2 looks good for me. if you see bugs, report it.

git-svn-id: http://tint2.googlecode.com/svn/trunk@54 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-02-13 21:54:42 +00:00
parent 077590ffce
commit 283a7fe289
13 changed files with 207 additions and 172 deletions

View File

@@ -570,16 +570,17 @@ void config_finish ()
}
init_panel();
// force the resize
for (i=0 ; i < nb_panel ; i++) {
panel1[i].area.resize = 1;
resize_clock(&panel1[i].clock);
}
init_taskbar();
visible_object();
cleanup_config();
// force the resize (using visible_object() order)
for (i=0 ; i < nb_panel ; i++) {
//init_systray(&panel1[i].trayer, &panel1[i].area);
set_resize(&panel1[i]);
}
task_refresh_tasklist();
}