changing shelf style no longer repopulates the gadcon

SVN revision: 81329
This commit is contained in:
Mike Blumenkrantz 2012-12-19 09:16:09 +00:00
parent 504c88e033
commit 44c599480b
1 changed files with 0 additions and 4 deletions

View File

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