bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/misc/entrance.git/commit/?id=5e080c91bc72693d681ead731451e94b85b418f5

commit 5e080c91bc72693d681ead731451e94b85b418f5
Author: Marcel Hollerbach <marcel.hollerb...@stzedn.de>
Date:   Wed Apr 9 12:39:41 2014 +0200

    entrance: just append the user!
---
 src/daemon/entrance_history.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/daemon/entrance_history.c b/src/daemon/entrance_history.c
index 678af57..b958121 100644
--- a/src/daemon/entrance_history.c
+++ b/src/daemon/entrance_history.c
@@ -183,6 +183,7 @@ entrance_history_user_update(const Entrance_Login *eu)
                {
                   PT("Append user in history\n");
                   _entrance_history_user_set(el, eu);
+                  _entrance_history->history = 
eina_list_append(_entrance_history->history, el);
                   break;
                }
           }

-- 


Reply via email to