Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_main.c 


Log Message:
Remove the app installed check for metrics so apps can be run with arguments.

===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_mod_main.c        3 Oct 2006 04:38:58 -0000       1.51
+++ e_mod_main.c        9 Oct 2006 05:01:31 -0000       1.52
@@ -222,8 +222,7 @@
      }
    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_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

Reply via email to