Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine.c examine_client.c 


Log Message:
Fixup for ewl changes - should not really have been using members anyhow...
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- examine.c   8 Jun 2004 14:15:30 -0000       1.18
+++ examine.c   20 Jul 2004 14:58:06 -0000      1.19
@@ -178,13 +178,13 @@
 
   change = (examine_prop *) user_data;
 
-  theme = strdup(EWL_TEXT(EWL_CONTAINER(w)->redirect)->text);
+  theme = strdup(ewl_text_text_get(EWL_TEXT(EWL_CONTAINER(w)->redirect)));
 
   ewl_container_child_iterate_begin(EWL_CONTAINER(w->parent));
   while (sibling = ewl_container_next_child(EWL_CONTAINER(w->parent))) {
     sibling = EWL_WIDGET(EWL_CONTAINER(sibling)->redirect);
     bugfix = ewl_text_text_get(EWL_TEXT(sibling));
-    if (strcmp(EWL_TEXT(sibling)->text, theme))
+    if (strcmp(bugfix, theme))
       ewl_text_color_set(EWL_TEXT(sibling), 0, 0, 0, 0xFF);
     else
       ewl_text_color_set(EWL_TEXT(sibling), 0xFF, 0, 0, 0xFF);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- examine_client.c    25 May 2004 17:02:02 -0000      1.12
+++ examine_client.c    20 Jul 2004 14:58:06 -0000      1.13
@@ -445,7 +445,7 @@
     while (sibling = ewl_container_next_child(EWL_CONTAINER(prop->w))) {
       sibling = EWL_WIDGET(EWL_CONTAINER(sibling)->redirect);
       bugfix = ewl_text_text_get(EWL_TEXT(sibling));
-      if (strcmp(EWL_TEXT(sibling)->text, ret)) 
+      if (strcmp(bugfix, ret)) 
         ewl_text_color_set(EWL_TEXT(sibling), 0, 0, 0, 0xFF);
       else
         ewl_text_color_set(EWL_TEXT(sibling), 0xFF, 0, 0, 0xFF);




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to