Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_widget_entry.c 


Log Message:
oops
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_widget_entry.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_widget_entry.c    7 Nov 2005 00:09:20 -0000       1.5
+++ e_widget_entry.c    7 Nov 2005 00:13:54 -0000       1.6
@@ -88,7 +88,7 @@
    
    wd = data;         
    E_FREE(*(wd->valptr));
-   *(wd->valptr) = strdup(e_entry_text_get(entry));
+   *(wd->valptr) = strdup(e_entry_text_get(wd->o_entry));
    e_widget_change(wd->obj);   
 }
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to