Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:


disable clearing of startup_id

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -3 -r1.123 -r1.124
--- ecore_evas_x.c      21 Jun 2008 02:44:38 -0000      1.123
+++ ecore_evas_x.c      30 Jun 2008 01:16:38 -0000      1.124
@@ -2695,7 +2695,7 @@
        /* NB: on linux this may simply empty the env as opposed to completely
         * unset it to being empty - unsure as solartis libc crashes looking
         * for the '=' char */
-       putenv((char*)"DESKTOP_STARTUP_ID=");
+//     putenv((char*)"DESKTOP_STARTUP_ID=");
      }
 # ifdef HAVE_ECORE_X_XCB
    einfo = (Evas_Engine_Info_Software_Xcb *)evas_engine_info_get(ee->evas);
@@ -3028,7 +3028,7 @@
        /* NB: on linux this may simply empty the env as opposed to completely
         * unset it to being empty - unsure as solartis libc crashes looking
         * for the '=' char */
-       putenv((char*)"DESKTOP_STARTUP_ID=");
+//     putenv((char*)"DESKTOP_STARTUP_ID=");
      }
    evas_key_modifier_add(ee->evas, "Shift");
    evas_key_modifier_add(ee->evas, "Control");
@@ -3187,7 +3187,7 @@
        /* NB: on linux this may simply empty the env as opposed to completely
         * unset it to being empty - unsure as solartis libc crashes looking
         * for the '=' char */
-       putenv((char*)"DESKTOP_STARTUP_ID=");
+//     putenv((char*)"DESKTOP_STARTUP_ID=");
      }
 # ifdef HAVE_ECORE_X_XCB
    einfo = (Evas_Engine_Info_XRender_Xcb *)evas_engine_info_get(ee->evas);
@@ -3433,7 +3433,7 @@
        /* NB: on linux this may simply empty the env as opposed to completely
         * unset it to being empty - unsure as solartis libc crashes looking
         * for the '=' char */
-       putenv((char*)"DESKTOP_STARTUP_ID=");
+//     putenv((char*)"DESKTOP_STARTUP_ID=");
      }
    einfo = (Evas_Engine_Info_Software_16_X11 *)evas_engine_info_get(ee->evas);
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to