Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e_modules

Dir     : e17/apps/e_modules/src/modules/weather


Modified Files:
        e_mod_main.c 


Log Message:
Prefer http_proxy

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_modules/src/modules/weather/e_mod_main.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_main.c        25 Aug 2005 11:11:44 -0000      1.17
+++ e_mod_main.c        25 Aug 2005 12:37:22 -0000      1.18
@@ -709,9 +709,9 @@
 {
    char *env;
 
-   env = getenv("HTTP_PROXY");
+   env = getenv("http_proxy");
    if (!env)
-     env = getenv("http_proxy");
+     env = getenv("HTTP_PROXY");
    if ((env) && !strncmp(env, "http://";, 7))
      {
        /* Use a proxy */




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to