increase shelf show timeout after module init end

SVN revision: 79828
This commit is contained in:
Mike Blumenkrantz 2012-11-29 12:15:11 +00:00
parent 25853a0c2a
commit 6d4150fcad
1 changed files with 1 additions and 1 deletions

View File

@ -2263,7 +2263,7 @@ _e_shelf_module_init_end_handler_cb(void *data __UNUSED__, int type __UNUSED__,
e_shelf_show(es);
}
else if (!es->module_init_end_timer)
es->module_init_end_timer = ecore_timer_add(1.0, _e_shelf_module_init_end_timer_cb, es);
es->module_init_end_timer = ecore_timer_add(3.0, _e_shelf_module_init_end_timer_cb, es);
}
return ECORE_CALLBACK_RENEW;
}