entrance: load historiy at the corrent place

This commit is contained in:
Marcel Hollerbach 2014-07-26 13:01:08 +02:00
parent c3200fa89c
commit 15a5500763
1 changed files with 2 additions and 2 deletions

View File

@ -410,6 +410,8 @@ main (int argc, char ** argv)
PT("session init\n");
entrance_session_init(dname);
entrance_session_cookie();
PT("history init\n");
entrance_history_init();
if (!_xephyr)
{
PT("xserver init\n");
@ -417,8 +419,6 @@ main (int argc, char ** argv)
}
else
_entrance_display_ready(dname);
PT("history init\n");
entrance_history_init();
if (!entrance_config->autologin)
{
PT("action init\n");