Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_entry.c ewl_entry.h ewl_password.c 


Log Message:
Ewww.. pre-mature commit. The cursor hiding change wasn't meant to go in cvs.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -3 -r1.78 -r1.79
--- ewl_entry.c 24 Feb 2004 04:25:38 -0000      1.78
+++ ewl_entry.c 24 Feb 2004 16:52:26 -0000      1.79
@@ -67,7 +67,7 @@
                            ewl_entry_configure_cb, NULL);
 
        ewl_callback_append(w, EWL_CALLBACK_SELECT, ewl_entry_select_cb, NULL);
-       ewl_callback_append(w, EWL_CALLBACK_FOCUS_OUT, ewl_entry_focus_out_cb,
+       ewl_callback_append(w, EWL_CALLBACK_DESELECT, ewl_entry_deselect_cb,
                            NULL);
 
        ewl_entry_set_editable(e, TRUE);
@@ -392,7 +392,7 @@
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 
-void ewl_entry_focus_out_cb(Ewl_Widget * w, void *ev_data, void *user_data)
+void ewl_entry_deselect_cb(Ewl_Widget * w, void *ev_data, void *user_data)
 {
        Ewl_Entry      *e;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_entry.h 24 Feb 2004 04:25:38 -0000      1.29
+++ ewl_entry.h 24 Feb 2004 16:52:28 -0000      1.30
@@ -64,7 +64,7 @@
 void ewl_entry_mouse_down_cb(Ewl_Widget * w, void *ev_data, void *user_data);
 void ewl_entry_mouse_move_cb(Ewl_Widget * w, void *ev_data, void *user_data);
 void ewl_entry_select_cb(Ewl_Widget * w, void *ev_data, void *user_data);
-void ewl_entry_focus_out_cb(Ewl_Widget * w, void *ev_data, void *user_data);
+void ewl_entry_deselect_cb(Ewl_Widget * w, void *ev_data, void *user_data);
 
 void ewl_entry_update_selected_region_cb(Ewl_Widget * w, void *user_data,
                                         void *ev_data);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_password.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewl_password.c      24 Feb 2004 04:25:38 -0000      1.5
+++ ewl_password.c      24 Feb 2004 16:52:28 -0000      1.6
@@ -45,7 +45,7 @@
         * Attach necessary callback mechanisms 
         */
        ewl_callback_del(w, EWL_CALLBACK_SELECT, ewl_entry_select_cb);
-       ewl_callback_del(w, EWL_CALLBACK_DESELECT, ewl_entry_focus_out_cb);
+       ewl_callback_del(w, EWL_CALLBACK_DESELECT, ewl_entry_deselect_cb);
        ewl_callback_del(w, EWL_CALLBACK_KEY_DOWN, ewl_entry_key_down_cb);
        ewl_callback_del(w, EWL_CALLBACK_MOUSE_DOWN, ewl_entry_mouse_down_cb);
        ewl_callback_del(w, EWL_CALLBACK_MOUSE_MOVE, ewl_entry_mouse_move_cb);




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to