devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=219a18efa4614567b0e263be6e0becfa71e0ac83

commit 219a18efa4614567b0e263be6e0becfa71e0ac83
Author: Chris Michael <cpmich...@osg.samsung.com>
Date:   Wed Apr 27 12:56:11 2016 -0400

    elput: Remove dead comment and fix error message
    
    NB: Minor cosmetic changes such as removing a commented out line of
    code and fixing an error message
    
    Signed-off-by: Chris Michael <cpmich...@osg.samsung.com>
---
 src/lib/elput/elput_evdev.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/lib/elput/elput_evdev.c b/src/lib/elput/elput_evdev.c
index 45ccefb..043e7b6 100644
--- a/src/lib/elput/elput_evdev.c
+++ b/src/lib/elput/elput_evdev.c
@@ -295,7 +295,6 @@ _keyboard_key_send(Elput_Device *dev, enum 
libinput_key_state state, const char
    strcpy((char *)ev->key, key);
    if (strlen(compose)) strcpy((char *)ev->compose, compose);
 
-   /* ev->string = ev->compose; */
    ev->keycode = code;
    ev->modifiers = dev->seat->modifiers;
    ev->timestamp = timestamp;
@@ -493,7 +492,7 @@ _keyboard_key(struct libinput_device *idevice, struct 
libinput_event_keyboard *e
         compose = eina_str_convert("ISO8859-1", "UTF-8", buffer);
         if (!compose)
           {
-             ERR("Ecore_Drm2 cannot convert input key string '%s' to UTF-8. "
+             ERR("Elput cannot convert input key string '%s' to UTF-8. "
                  "Is Eina built with iconv support?", buffer);
           }
         else

-- 


Reply via email to