Revert Victor's Shelf content placement patch as some people are

experiencing problems with it...strange, worked here, but eh ;)



SVN revision: 41672
This commit is contained in:
Christopher Michael 2009-08-10 18:34:07 +00:00
parent 6ad37123fd
commit d07e0e19a3
1 changed files with 0 additions and 1 deletions

View File

@ -399,7 +399,6 @@ e_shelf_move_resize(E_Shelf *es, int x, int y, int w, int h)
es->y = y;
es->w = w;
es->h = h;
e_gadcon_swallowed_min_size_set(es->gadcon, w, h);
if (es->popup)
e_popup_move_resize(es->popup, es->x, es->y, es->w, es->h);
else