Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:
Fix segfault that happens when flipping between Basic->Adv.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- e_eap_editor.c      1 Nov 2006 14:08:58 -0000       1.69
+++ e_eap_editor.c      3 Nov 2006 02:54:41 -0000       1.70
@@ -312,6 +312,9 @@
    editor->evas = evas;
    eap = editor->eap;
 
+   if (cfdata->themed)
+     cfdata->themed = NULL;
+   
    ol = e_widget_table_add(evas, 0);
 
    o = e_widget_frametable_add(evas, _("Icon"), 0);
@@ -474,9 +477,8 @@
    dia->data = cfdata;
 
    if (cfdata->icon_path)
-      {
-         dir = ecore_file_get_dir(cfdata->icon_path);
-      }
+     dir = ecore_file_get_dir(cfdata->icon_path);
+   
    if (dir)
      {
         o = e_widget_fsel_add(dia->win->evas, dir, "/", NULL, NULL,



-------------------------------------------------------------------------
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