Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/combo


Modified Files:
        ewl_combo.c 


Log Message:
oops, you don't have to know how many cells your grid will have

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/combo/ewl_combo.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_combo.c 26 Mar 2007 18:48:42 -0000      1.10
+++ ewl_combo.c 26 Mar 2007 18:51:23 -0000      1.11
@@ -140,7 +140,7 @@
 
        grid = ewl_grid_new();
        ewl_grid_homogeneous_set(EWL_GRID(grid), TRUE);
-       ewl_grid_dimensions_set(EWL_GRID(grid), 4, 4);
+       ewl_grid_dimensions_set(EWL_GRID(grid), 4, 1);
 
        combo = ewl_combo_new();
        ewl_widget_name_set(combo, "combo_image");



-------------------------------------------------------------------------
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