panel_items : fixed tray icon position.

git-svn-id: http://tint2.googlecode.com/svn/trunk@553 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-09-18 22:00:16 +00:00
parent ffe45bd7da
commit 1bd5fd9937
3 changed files with 29 additions and 30 deletions

View File

@@ -461,7 +461,7 @@ void set_panel_items(Panel *p)
g_slist_free(p->area.list);
p->area.list = 0;
}
printf("panel_items_order %s\n", panel_items_order);
for (k=0 ; k < strlen(panel_items_order) ; k++) {
if (panel_items_order[k] == 'L') {
init_launcher_panel(p);