I've got a custom setting in my theme, that i access with theme_get_setting.

In my skins/mytheme_skins/mytheme_skins.inc i have two functions:
mytheme_fusion_apply_group_mytheme_skins_info() and mytheme_fusion_apply_skin_mytheme_skins_info().

When i call theme_get_setting from mytheme_fusion_apply_skin_mytheme_skins_info(), i get the setting. But from mytheme_fusion_apply_group_mytheme_skins_info(), theme_get_setting returns an empty result. :(

Thus, i fail to create groups dynamically based on that theme setting. I have to put all my settings in one bloated group. :(

Please fix this.