bugfix: startup splash now updates the version number more reliably

e_init_show() sets its own strings now so they get set on existing objects instead of failing silently
This commit is contained in:
Mike Blumenkrantz 2013-12-26 22:27:23 -05:00
parent e2f7641432
commit 28b157c385
2 changed files with 3 additions and 5 deletions

View File

@ -93,6 +93,8 @@ e_init_show(void)
edje_object_signal_callback_add(_e_init_object, "e,state,done_ok", "e",
_e_init_cb_signal_done_ok, NULL);
_e_init_timeout_timer = ecore_timer_add(240.0, _e_init_cb_timeout, NULL);
e_init_title_set(_("Enlightenment"));
e_init_version_set(VERSION);
}
EAPI void

View File

@ -646,11 +646,7 @@ main(int argc, char **argv)
_e_main_shutdown_push(e_init_shutdown);
}
if (!((!e_config->show_splash) || (after_restart)))
{
e_init_title_set(_("Enlightenment"));
e_init_version_set(VERSION);
e_init_show();
}
e_init_show();
if (!really_know)
{