Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:
Don't go doing things with advanced widgets from the basic page.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_eap_editor.c      25 Sep 2006 18:15:37 -0000      1.60
+++ e_eap_editor.c      26 Sep 2006 11:40:40 -0000      1.61
@@ -492,7 +492,10 @@
    cfdata = data;
    if (cfdata->eap.image)
      {
-        e_widget_check_checked_set(cfdata->themed, 0);
+        if (cfdata->themed)
+           e_widget_check_checked_set(cfdata->themed, 0);
+       else
+          cfdata->icon_theme = 0;
         _cb_files_icon_theme_changed(cfdata, NULL, NULL);
      }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to