Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_desklock.c 


Log Message:
Patch from metrics for desklock switching segfault. Tested good.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_int_config_desklock.c     8 Oct 2006 08:04:17 -0000       1.37
+++ e_int_config_desklock.c     17 Oct 2006 11:10:27 -0000      1.38
@@ -71,7 +71,6 @@
 
    int bg_mode; // config
    char *bg; // config
-   Evas *evas; // local variable
    Evas_Object *preview_image; // local variable
 
 #ifdef HAVE_PAM
@@ -547,7 +546,8 @@
 
    z = e_zone_current_get(cfd->con);
    
-   cfdata->evas = evas;
+   cfdata->o_fm = NULL;
+   cfdata->o_frame = NULL;
    
    ot = e_widget_table_add(evas, 0);
    ol = e_widget_table_add(evas, 0);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to