Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy/src/plugins Modified Files: layout_etk_simple.c Log Message: * Fix for API breakage =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/plugins/layout_etk_simple.c,v retrieving revision 1.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- layout_etk_simple.c 23 Apr 2006 11:16:31 -0000 1.45 +++ layout_etk_simple.c 29 May 2006 06:51:35 -0000 1.46 @@ -548,7 +548,7 @@ /*Tree init*/ gui->tree = etk_tree_new(); - etk_paned_add1(ETK_PANED(gui->paned), gui->tree, ETK_FALSE); + etk_paned_child1_set(ETK_PANED(gui->paned), gui->tree, ETK_FALSE); etk_tree_mode_set(ETK_TREE(gui->tree), ETK_TREE_MODE_TREE); col = etk_tree_col_new(ETK_TREE(gui->tree), _("Folders"), etk_tree_model_icon_text_new(ETK_TREE(gui->tree), ETK_TREE_FROM_FILE), 60); @@ -560,7 +560,7 @@ /*LocalShell Init*/ gui->localshell = etk_vbox_new(ETK_TRUE,0); - etk_paned_add2(ETK_PANED(gui->paned), gui->localshell, ETK_TRUE); + etk_paned_child2_set(ETK_PANED(gui->paned), gui->localshell, ETK_TRUE); /*Popup init*/ gui->popup = etk_menu_new(); ------------------------------------------------------- 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