Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir     : e_modules/devian/src/module


Modified Files:
        e_mod_data_rss.c 


Log Message:
Use ECORE_EXE_USE_SH when opening Rss item links too

===================================================================
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_data_rss.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_data_rss.c    5 Apr 2006 17:48:48 -0000       1.2
+++ e_mod_data_rss.c    6 Apr 2006 18:04:53 -0000       1.3
@@ -1001,8 +1001,8 @@
 
         snprintf(buf, 4096, "%s %s", DEVIANM->conf->viewer_http, url);
         DSOURCE(("Viewer: %s", buf));
-        exe = ecore_exe_run(buf, NULL);
-        if (exe)
+        exe = ecore_exe_pipe_run(buf, ECORE_EXE_USE_SH, NULL);
+        if (exe > 0)
            ecore_exe_free(exe);
      }
    else




-------------------------------------------------------
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

Reply via email to