Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/examine

Dir     : e17/apps/examine/src


Modified Files:
        examine.c examine_client.c 


Log Message:
Woopses and remove debug
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- examine.c   2 May 2004 21:09:46 -0000       1.11
+++ examine.c   8 May 2004 11:18:24 -0000       1.12
@@ -212,7 +212,6 @@
     panel_ptr = panel_ptr->next;
   }
 
-  printf("key is %s\n", prop_item->key);
   while (prop_item) {
     key_tmp = strdup(prop_item->key);
     panel_name = key_tmp;
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/examine/src/examine_client.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- examine_client.c    2 May 2004 21:09:46 -0000       1.8
+++ examine_client.c    8 May 2004 11:18:24 -0000       1.9
@@ -25,6 +25,9 @@
 Ecore_Config_Ipc_Server_List *examine_client_server;
 examine_prop   *prop_list;
 
+
+void            examine_client_list_props_cb(void);
+void            examine_client_get_val_cb(void);
 /*****************************************************************************/
 
 




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to