Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        layout_etk_simple.c 


Log Message:
* ETK API updates

===================================================================
RCS file: /cvs/e/e17/proto/entropy/src/plugins/layout_etk_simple.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- layout_etk_simple.c 24 Jan 2007 22:49:13 -0000      1.72
+++ layout_etk_simple.c 13 Apr 2007 05:51:22 -0000      1.73
@@ -382,7 +382,7 @@
                etk_box_append(ETK_BOX(gui->trackback_shell), 
gui->trackback->gui_object, ETK_BOX_START, ETK_BOX_NONE,0);
                etk_widget_show_all(ETK_WIDGET(gui->trackback->gui_object));    
        } else {
-               etk_container_remove(ETK_CONTAINER(gui->trackback_shell), 
gui->trackback->gui_object);
+               etk_container_remove(ETK_WIDGET(gui->trackback->gui_object));
        }
 }
 /*--------*/
@@ -409,7 +409,7 @@
                etk_paned_position_set(ETK_PANED(gui->paned), 
ENTROPY_ETK_WINDOW_PANE_DEFAULT_X);
        } else {
                etk_widget_hide(gui->tree);
-               etk_container_remove(ETK_CONTAINER(gui->tree_shell), gui->tree);
+               etk_container_remove(ETK_WIDGET(gui->tree));
                etk_paned_position_set(ETK_PANED(gui->paned), 0);
        }
 }
@@ -444,7 +444,7 @@
 
        for (children = 
etk_container_children_get(ETK_CONTAINER(gui->localshell)); children; ) {
                widget = children->data;
-               etk_container_remove(ETK_CONTAINER(gui->localshell), widget);
+               etk_container_remove(ETK_WIDGET(widget));
                        
                children = children->next;
        }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to