discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a832bb8dedc8f3faa2c1ddec6660fb785ec8e419

commit a832bb8dedc8f3faa2c1ddec6660fb785ec8e419
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Wed Oct 21 13:49:13 2015 -0400

    fix typo in wayland keyboard resource unbind list management
---
 src/bin/e_comp_wl_input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c
index f54da33..6df3fa6 100644
--- a/src/bin/e_comp_wl_input.c
+++ b/src/bin/e_comp_wl_input.c
@@ -128,7 +128,7 @@ _e_comp_wl_input_cb_keyboard_unbind(struct wl_resource 
*resource)
    EINA_LIST_FOREACH_SAFE(e_comp_wl->kbd.focused, l, ll, res)
      if (res == resource)
        e_comp_wl->kbd.focused =
-         eina_list_remove_list(e_comp_wl->kbd.resources, l);
+         eina_list_remove_list(e_comp_wl->kbd.focused, l);
 }
 
 void

-- 


Reply via email to