Enlightenment CVS committal

Author  : azundris
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine_client.c 


Log Message:
* more robustness

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- examine_client.c    9 Feb 2005 11:45:25 -0000       1.23
+++ examine_client.c    9 Feb 2005 12:00:16 -0000       1.24
@@ -371,6 +371,8 @@
       ewl_text_text_set(EWL_TEXT(sibling), bugfix);
     }
     break;
+  case PT_NIL:
+    break;
   default:                     /* PT_STR, PT_RGB */
     free(target->value.ptr);
     target->value.ptr = strdup(target->oldvalue.ptr);
@@ -408,11 +410,13 @@
     }
     break;
   default:                     /* PT_STR, PT_RGB */
+#if 0
 printf("$%x, %s, %p, 
%p\n",target->type,target->key,target->value.ptr,target->oldvalue.ptr);
 if(target->value.ptr)
   printf("|%s|\n",target->value.ptr);
 if(target->oldvalue.ptr)
   printf("|%s|\n",target->oldvalue.ptr);
+#endif
 
     if (target->value.ptr &&
         (!target->oldvalue.ptr ||
@@ -443,7 +447,7 @@
   examine_prop   *prop;
   Ewl_Widget     *sibling;
 
-printf("|%s|\n",examine_client_buf);
+/* printf("|%s|\n",examine_client_buf); */
 
   if ((ret = strchr(examine_client_buf, '=')) == NULL) {
     if(strcasecmp(examine_client_buf,"<undefined>"))




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to