Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c e_main.c 


Log Message:


shutdown disabled for now.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_gadcon.c  10 Feb 2006 12:21:22 -0000      1.8
+++ e_gadcon.c  10 Feb 2006 13:42:56 -0000      1.9
@@ -326,6 +326,11 @@
    E_OBJECT_TYPE_CHECK_RETURN(gc, E_GADCON_TYPE, 0);
    if (!gc->ecore_evas) return 0;
    ecore_evas_geometry_get(gc->ecore_evas, x, y, w, h);
+   if (gc->zone)
+     {
+       x -= gc->zone->x;
+       y -= gc->zone->y;
+     }
    return 1;
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -3 -r1.150 -r1.151
--- e_main.c    10 Feb 2006 08:14:57 -0000      1.150
+++ e_main.c    10 Feb 2006 13:42:56 -0000      1.151
@@ -702,12 +702,13 @@
 
    /* Store current selected desktops */
    _e_main_desk_save();
-   
+#if 0   
    /* unroll our stack of shutdown functions with exit code of 0 */
    _e_main_shutdown(0);
    
    e_intl_shutdown();
-      
+#endif
+   
    /* if we were flagged to restart, then  restart. */
    if (restart)
      {




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to