From 5e080c91bc72693d681ead731451e94b85b418f5 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 9 Apr 2014 12:39:41 +0200 Subject: [PATCH] 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; } }