Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c e_manager.c 


Log Message:


radio buttons look nicer....
and dont memset the object to 0!!!1 you just wiped out the magic number,
callback funcs etc.!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_container.c       3 Jan 2005 09:34:24 -0000       1.10
+++ e_container.c       3 Jan 2005 14:14:30 -0000       1.11
@@ -42,7 +42,6 @@
    E_Zone *zone;
    
    con = E_OBJECT_ALLOC(E_Container, _e_container_free);
-   memset(con, 0, sizeof(E_Container));
    if (!con) return NULL;
    con->manager = man;
    e_object_ref(E_OBJECT(con->manager));
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_manager.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_manager.c 3 Jan 2005 09:34:24 -0000       1.4
+++ e_manager.c 3 Jan 2005 14:14:30 -0000       1.5
@@ -181,15 +181,11 @@
    e = ev;
    if (e->parent != man->root) return 1; /* try other handlers for this */
    
-   /* handle map request here */
-   printf("REQ for map %x\n", e->win);
-   
-   /*ecore_x_window_show(e->win); */
      {
        E_Container *con;
        E_Border *bd;
        
-   con = man->containers->data;
+       con = man->containers->data;
        if (!e_border_find_by_client_window(e->win))
          {
             bd = e_border_new(con, e->win, 0);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to