Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/plugins Modified Files: filesystem.c Log Message: * Oops - forgot to commit this - broke the build =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/filesystem.c,v retrieving revision 1.85 retrieving revision 1.86 diff -u -3 -r1.85 -r1.86 --- filesystem.c 16 Aug 2007 11:32:53 -0000 1.85 +++ filesystem.c 18 Aug 2007 01:17:26 -0000 1.86 @@ -460,7 +460,9 @@ entropy_core_gui_event_get (ENTROPY_GUI_EVENT_USER_INTERACTION_YES_NO_ABORT); op = entropy_malloc(sizeof(entropy_file_operation)); - op->file = EVFS_EVENT_OPERATION(data)->operation->misc_str; + + printf("Operation file is: %s\n", EVFS_EVENT_OPERATION(data)->misc); + op->file = EVFS_EVENT_OPERATION(data)->misc; op->id = EVFS_EVENT_OPERATION(data)->operation->id; gui_event->data = op; ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs