Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils/src/bin/e17setroot


Modified Files:
        e17setroot.c 


Log Message:
patch from dindinx to change :0.0 to getenv("DISPLAY")

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e17setroot.c        29 Jan 2005 18:55:57 -0000      1.17
+++ e17setroot.c        11 Feb 2005 23:37:13 -0000      1.18
@@ -311,7 +311,7 @@
    _e_bg_bg_parseargs(argc, argv);
 
    if (!e_bg_no_load) {
-      if (!e_init(":0.0")) {
+      if (!e_init(getenv("DISPLAY"))) {
          printf("Can't connect to enlightenment, perhaps we are not on 
:0.0!\n");
          return 0;
       }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to