panel_items : backward compatibility with 0.11 config file
git-svn-id: http://tint2.googlecode.com/svn/trunk@552 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -140,7 +140,7 @@ void size_by_layout (Area *a, int pos, int level)
|
||||
child->posx = pos;
|
||||
child->redraw = 1;
|
||||
}
|
||||
//printf("level %d, object %d, pos %d\n", level, i, pos);
|
||||
printf("level %d, object %d, pos %d\n", level, i, pos);
|
||||
|
||||
size_by_layout(child, pos, level+1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user