Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_shelf_config.c 


Log Message:


fix bug in dialog bringup and dont bring up dialog multiple times

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_shelf_config.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_shelf_config.c        7 May 2006 09:49:37 -0000       1.7
+++ e_int_shelf_config.c        7 May 2006 12:55:07 -0000       1.8
@@ -149,8 +149,10 @@
 _cb_configure(void *data, void *data2)
 {
    E_Config_Dialog_Data *cfdata;
-   
-   e_int_gadcon_config(cfdata->es->gadcon);
+
+   cfdata = data;
+   if (!cfdata->es->gadcon->config_dialog)
+     e_int_gadcon_config(cfdata->es->gadcon);
 }
     
 /**--GUI--**/




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