Enlightenment CVS committal
Author : jethomas
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src/bin/tests/freebox_mvc
Modified Files:
ewl_freebox_mvc_test.c
Log Message:
Fix typo, and use correct fill policy for freebox_mvc test.
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/freebox_mvc/ewl_freebox_mvc_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_freebox_mvc_test.c 19 May 2008 22:11:09 -0000 1.1
+++ ewl_freebox_mvc_test.c 10 Aug 2008 16:14:47 -0000 1.2
@@ -88,7 +88,7 @@
o = ewl_button_new();
ewl_button_label_set(EWL_BUTTON(o), "Add items");
- ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINKABLE);
ewl_container_child_append(EWL_CONTAINER(hbox), o);
ewl_callback_append(o, EWL_CALLBACK_CLICKED,
ewl_freebox_mvc_test_cb_add, fb_mvc);
@@ -96,7 +96,7 @@
o = ewl_button_new();
ewl_button_label_set(EWL_BUTTON(o), "Clear items");
- ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINK);
+ ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_SHRINKABLE);
ewl_container_child_append(EWL_CONTAINER(hbox), o);
ewl_callback_append(o, EWL_CALLBACK_CLICKED,
ewl_freebox_mvc_test_cb_clear, fb_mvc);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs