repopulate a shelf's gadcon on style change so that any inset gadgets get their styles updated also

SVN revision: 25183
This commit is contained in:
rephorm 2006-08-29 00:05:56 +00:00 committed by rephorm
parent 86c51f1f65
commit b2fa611d8e
1 changed files with 3 additions and 0 deletions

View File

@ -475,6 +475,9 @@ e_shelf_style_set(E_Shelf *es, const char *style)
if (!e_theme_edje_object_set(es->o_base, "base/theme/shelf", buf))
e_theme_edje_object_set(es->o_base, "base/theme/shelf",
"e/shelf/default/base");
e_gadcon_unpopulate(es->gadcon);
e_gadcon_populate(es->gadcon);
}
EAPI void