Enlightenment CVS committal Author : handyande Project : e17 Module : proto
Dir : e17/proto/enhance/src/lib Modified Files: enhance_widget.c Log Message: etk api changes =================================================================== RCS file: /cvs/e/e17/proto/enhance/src/lib/enhance_widget.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- enhance_widget.c 17 May 2006 12:35:02 -0000 1.4 +++ enhance_widget.c 29 May 2006 12:11:48 -0000 1.5 @@ -733,9 +733,9 @@ } if((w = etk_paned_child1_get(ETK_PANED(parent->wid))) != NULL) - etk_paned_add2(ETK_PANED(parent->wid), child->wid, expand); + etk_paned_child2_set(ETK_PANED(parent->wid), child->wid, expand); else - etk_paned_add1(ETK_PANED(parent->wid), child->wid, expand); + etk_paned_child1_set(ETK_PANED(parent->wid), child->wid, expand); } if(!strcmp(parent_class, "GtkNotebook")) { ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs