Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_text_entry


Modified Files:
        esmart_text_entry.c 


Log Message:
tiny comment fix
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/esmart/src/lib/esmart_text_entry/esmart_text_entry.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- esmart_text_entry.c 8 May 2004 10:38:49 -0000       1.3
+++ esmart_text_entry.c 8 May 2004 11:24:51 -0000       1.4
@@ -249,9 +249,9 @@
      switch ((int) evx->key_compose[0])
      {
        case 127: /* Delete */
-       case 9:   /* Backspace */
+       case 9:   /* \t */
           break;
-       case 8:   /* \t */
+       case 8:   /* Backspace */
           esmart_text_entry_buffer_backspace (data);
           break;
        case 13:  /* \r */




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to