Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/bin


Modified Files:
        etk_tree_test.c 


Log Message:
--printf, fix prototype in test
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/etk/src/bin/etk_tree_test.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- etk_tree_test.c     20 Feb 2006 10:31:23 -0000      1.25
+++ etk_tree_test.c     20 Feb 2006 13:08:11 -0000      1.26
@@ -4,7 +4,7 @@
 #include "config.h"
 
 static void _etk_test_tree_drag_drop_cb(Etk_Object *object, void *event, void 
*data);
-static void _etk_test_tree_drag_begin_cb(Etk_Object *object, void *event, void 
*data);
+static void _etk_test_tree_drag_begin_cb(Etk_Object *object, void *data);
 static void _etk_test_tree_add_items(Etk_Tree *tree, int n);
 static void _etk_test_tree_row_selected(Etk_Object *object, Etk_Tree_Row *row, 
void *data);
 static void _etk_test_tree_row_unselected(Etk_Object *object, Etk_Tree_Row 
*row, void *data);
@@ -150,7 +150,7 @@
    printf(_("Row dropped on %p: \"%s\" %d %s\n"), row, col1_string, 
col2_value, col3_path);      
 }
 
-static void _etk_test_tree_drag_begin_cb(Etk_Object *object, void *event, void 
*data)
+static void _etk_test_tree_drag_begin_cb(Etk_Object *object, void *data)
 {
    Etk_Tree *tree;
    Etk_Tree_Row *row;




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to