From 44c599480b73ae469d2dc85096a286331c9a6613 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 19 Dec 2012 09:16:09 +0000 Subject: [PATCH] changing shelf style no longer repopulates the gadcon SVN revision: 81329 --- src/bin/e_shelf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 36cbcff19..f55e745ad 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -964,10 +964,6 @@ e_shelf_style_set(E_Shelf *es, const char *style) es->instant_delay = -1.0; if (es->popup) e_popup_edje_bg_object_set(es->popup, es->o_base); - - if (!es->gadcon) return; - e_gadcon_unpopulate(es->gadcon); - e_gadcon_populate(es->gadcon); } EAPI void