Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_box.c 


Log Message:
fixes by andre


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_box.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- etk_box.c   25 Mar 2007 18:22:00 -0000      1.24
+++ etk_box.c   10 Jul 2007 07:51:20 -0000      1.25
@@ -1046,8 +1046,8 @@
    }
    box->cells_count[group]++;
    
-   etk_object_data_set(ETK_OBJECT(child), "_Etk_Box::Cell", cell);
    etk_widget_parent_set(child, ETK_WIDGET(box));
+   etk_object_data_set(ETK_OBJECT(child), "_Etk_Box::Cell", cell);
    etk_signal_emit_by_name("child-added", ETK_OBJECT(box), NULL, child);
 }
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to