Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/eapp_edit


Modified Files:
        eapp_edit_main.c 


Log Message:
Patch from shorne to update to new EWL API.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- eapp_edit_main.c    28 Jun 2005 13:27:42 -0000      1.17
+++ eapp_edit_main.c    6 Jul 2005 23:27:39 -0000       1.18
@@ -153,7 +153,7 @@
     ret_char = ewl_checkbutton_is_checked(EWL_CHECKBUTTON(source));
     size_ret = 1;
   } else {
-    ret = ewl_entry_text_get(EWL_ENTRY(source));
+    ret = ewl_text_text_get(EWL_TEXT(source));
     if (ret)
       size_ret = strlen(ret);
     else
@@ -304,7 +304,7 @@
   wname = _eapp_edit_read(ef, "app/window/name", NULL, "Window name", grid, 7, 
0);
   wclass = _eapp_edit_read(ef, "app/window/class", NULL, "Window class", grid, 
8, 0);
   if (new_win_class)
-    ewl_entry_text_set(EWL_ENTRY(wclass), new_win_class);
+    ewl_text_text_set(EWL_TEXT(wclass), new_win_class);
   start = _eapp_edit_read(ef, "app/info/startup_notify", NULL, "Startup 
notify", grid, 9, 1);
   wait = _eapp_edit_read(ef, "app/info/wait_exit", NULL, "Wait exit", grid, 
10, 1);
    




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to