elm config.c: Fixed elementary_config naviframe wrong push sequence.

SVN revision: 73091
This commit is contained in:
Daniel Juyung Seo 2012-07-01 07:18:39 +00:00
parent fe0d86f41b
commit bcbb077a2f
1 changed files with 1 additions and 1 deletions

View File

@ -3061,8 +3061,8 @@ _status_config_full(Evas_Object *win,
_status_config_rendering(win, naviframe);
_status_config_scrolling(win, naviframe);
_status_config_caches(win, naviframe);
_status_config_sizing(win, naviframe);
_status_config_access(win, naviframe);
_status_config_sizing(win, naviframe); // Note: call this at the end.
// FIXME uncomment after flip style fix, please
//elm_object_style_set(naviframe, "flip");