Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mixer
Dir : e_modules/mixer Modified Files: e_mod_main.c Log Message: Add missing paren. Thanks _alexey_. =================================================================== RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -3 -r1.50 -r1.51 --- e_mod_main.c 3 Oct 2006 03:54:58 -0000 1.50 +++ e_mod_main.c 3 Oct 2006 04:38:58 -0000 1.51 @@ -222,7 +222,8 @@ } else if (ev->button == 2) { - if ((ci->use_app) && (ci->app != NULL) && (ecore_file_app_installed(ci->app)) + if ((ci->use_app) && (ci->app != NULL) && + (ecore_file_app_installed(ci->app))) ecore_exe_run(ci->app, NULL); else _mixer_window_simple_pop_up(inst); ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs