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:
thilor77
2010-09-18 21:22:53 +00:00
parent 8b71e3614c
commit ffe45bd7da
3 changed files with 47 additions and 6 deletions

View File

@@ -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);