elementary/widget - don't call theme_set() until base widget is not created yet.
authorChunEon Park <hermet@hermet.pe.kr>
Fri, 3 Jan 2014 05:38:27 +0000 (14:38 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 3 Jan 2014 05:38:27 +0000 (14:38 +0900)
commitb49d068df8c1aff08ca7499a494736f7da0bb815
tree8ed97e99268bdead9428f9c59ded2ce95ddf6236
parent1a9504780ed944b2bbf382f0de8e4ac08eea09d5
elementary/widget - don't call theme_set() until base widget is not created yet.

On the widget creation time, we should not set the theme in the widget infra.
This will cause the corruption of the theme_hook working since the widget is not setup yet.
Also the theme_set() will be applied twice each widget will set the themes right after base widget is created.
src/lib/elm_widget.c