Enlightenment CVS committal Author : raster Project : misc Module : rage
Dir : misc/rage/src/bin Modified Files: mini.c video.c Log Message: space toggles pause =================================================================== RCS file: /cvs/e/misc/rage/src/bin/mini.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- mini.c 23 May 2007 18:37:19 -0000 1.4 +++ mini.c 29 Jul 2007 06:11:28 -0000 1.5 @@ -200,6 +200,7 @@ edje_object_signal_emit(mini->o_parent, "generate", "begin"); snprintf(buf, sizeof(buf), "nice -n 5 %s/rage_thumb \"%s\" \"%s\" -fps 10 -og 128x96", PACKAGE_BIN_DIR, mini->source, mini->file); + printf("EXEC: %s\n", buf); mini->gen_exe = ecore_exe_run(buf, mini); mini->handler = ecore_event_handler_add(ECORE_EXE_EVENT_DEL, _mini_exe_exit, mini); mini->timer = ecore_timer_add(240.0, _mini_overtime_timer, mini); =================================================================== RCS file: /cvs/e/misc/rage/src/bin/video.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- video.c 15 Apr 2007 18:27:18 -0000 1.2 +++ video.c 29 Jul 2007 06:11:28 -0000 1.3 @@ -162,7 +162,10 @@ { /* FIXME: play info display */ jump = 0.0; - emotion_object_play_set(o_video, 0); + if (emotion_object_play_get(o_video)) + emotion_object_play_set(o_video, 0); + else + emotion_object_play_set(o_video, 1); edje_object_signal_emit(o_video_bg, "active", ""); } else if (!strcmp(ev->keyname, "Up")) ------------------------------------------------------------------------- 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