Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_entry.c
Log Message:
Filter out certain keys. Let me know if this causes problems.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -3 -r1.92 -r1.93
--- ewl_entry.c 7 Jun 2004 18:53:21 -0000 1.92
+++ ewl_entry.c 30 Jul 2004 14:42:47 -0000 1.93
@@ -312,7 +312,7 @@
EWL_TEXT(w)->text);
FREE(evd);
}
- else if (ev->keyname) {
+ else if (ev->keyname && strlen(ev->keyname) == 1) {
ewl_entry_insert_text(e, ev->keyname);
}
-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs