Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/etk/src/lib Modified Files: etk_tree.c Log Message: we dont need to send that clicked signal it seems. =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/etk/src/lib/etk_tree.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- etk_tree.c 27 Feb 2006 02:28:18 -0000 1.47 +++ etk_tree.c 27 Feb 2006 08:33:36 -0000 1.48 @@ -1922,11 +1922,14 @@ event.locks = evas_event->locks; event.flags = evas_event->flags; event.timestamp = evas_event->timestamp; - + +#if 0 + /* we dont need this anymore */ if(!row_objects->row->tree->dnd_event) { etk_signal_emit(_etk_tree_signals[ETK_TREE_ROW_CLICKED_SIGNAL], ETK_OBJECT(row_objects->row->tree), NULL, row_objects->row, &event); } +#enfif /* We have to check this again because the user can remove the row on the "clicked" signal */ if (!row_objects->row) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs