Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/enhance

Dir     : e17/libs/enhance/src/lib


Modified Files:
        enhance_widget.c 


Log Message:
* Update to Etk_Table new API


===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- enhance_widget.c    10 Mar 2007 04:04:26 -0000      1.28
+++ enhance_widget.c    25 Mar 2007 18:27:43 -0000      1.29
@@ -191,7 +191,7 @@
    id = ecore_hash_get(node->attributes, "id");
    if(!id) return NULL;
    
-   table = _e_widget_new(en, node, etk_table_new(1, 1, ETK_FALSE), id);
+   table = _e_widget_new(en, node, etk_table_new(1, 1, 
ETK_TABLE_NOT_HOMOGENEOUS), id);
    
    return table;
 }
@@ -1206,7 +1206,7 @@
                       
        etk_table_attach(ETK_TABLE(parent->wid), child->wid, left_attach,
                         right_attach, top_attach, bottom_attach, 
-                        x_padding, y_padding, fill_policy);
+                        fill_policy, x_padding, y_padding);
      }
    else if(!strcmp(parent_class, "GtkButton") ||
            !strcmp(parent_class, "GtkToggleButton") ||



-------------------------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to