Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon.c e_gadcon.h e_int_gadcon_config.c 


Log Message:


governors menu works properly/predictably again

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_gadcon.c  29 Apr 2006 03:51:27 -0000      1.22
+++ e_gadcon.c  5 May 2006 23:31:12 -0000       1.23
@@ -1004,6 +1004,7 @@
    evas_stringshare_del(gc->name);
    evas_stringshare_del(gc->id);
    evas_stringshare_del(gc->edje.swallow_name);
+   if (gc->config_dialog) e_object_del(E_OBJECT(gc->config_dialog));
    free(gc);
 }
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_gadcon.h  29 Apr 2006 03:51:27 -0000      1.16
+++ e_gadcon.h  5 May 2006 23:31:12 -0000       1.17
@@ -71,6 +71,7 @@
       void *data;
    } frame_request;
    
+   E_Config_Dialog    *config_dialog;
    unsigned char       editing : 1;
 };
 
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_gadcon_config.c       5 May 2006 12:20:14 -0000       1.1
+++ e_int_gadcon_config.c       5 May 2006 23:31:12 -0000       1.2
@@ -35,7 +35,7 @@
        /* create config diaolg for bd object/data */
        cfd = 
e_config_dialog_new(e_container_current_get(e_manager_current_get()),
                                  _("Contents Settings"), NULL, 0, v, gc);
-//     gc->config_dialog = cfd;
+       gc->config_dialog = cfd;
      }
 }
 
@@ -85,7 +85,7 @@
 _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
 {
    /* Free the cfdata */
-//   cfdata->gc->config_dialog = NULL;
+   cfdata->gc->config_dialog = NULL;
 //   if (cfdata->style) free(cfdata->style);
    free(cfdata);
 }
@@ -137,7 +137,7 @@
    e_shelf_show(cfdata->es);
    e_config_save_queue();
  */
-//   cfdata->gc->config_dialog = cfd;
+   cfdata->gc->config_dialog = cfd;
    return 1; /* Apply was OK */
 }
 




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