Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
- ewl_text should _not_ be sending a value_changed callback on each key
  stroke. if you want to know that kinda thing hook into the key down
  callback and use that.
  
  This way, things like ewl_entry and ewl_password can send a value_changed
  when the user hits enter.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- ewl_text.c  29 Nov 2005 02:19:56 -0000      1.65
+++ ewl_text.c  29 Nov 2005 05:27:24 -0000      1.66
@@ -447,7 +447,6 @@
        else ewl_text_triggers_remove(t);
 
        ewl_widget_configure(EWL_WIDGET(t));
-       ewl_callback_call(EWL_WIDGET(t), EWL_CALLBACK_VALUE_CHANGED);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
@@ -505,8 +504,6 @@
 
        ewl_widget_configure(EWL_WIDGET(t));
 
-       ewl_callback_call(EWL_WIDGET(t), EWL_CALLBACK_VALUE_CHANGED);
-
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to