From d07e0e19a3ba0f85ba24cbb00f7b156dae97f635 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 10 Aug 2009 18:34:07 +0000 Subject: [PATCH] Revert Victor's Shelf content placement patch as some people are experiencing problems with it...strange, worked here, but eh ;) SVN revision: 41672 --- src/bin/e_shelf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index e02bcf50f..628800ee7 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -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