Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_dialog_test.c 


Log Message:
Update the test program to use the updated dialog API.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_dialog_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_dialog_test.c   23 Aug 2004 21:39:41 -0000      1.1
+++ ewl_dialog_test.c   24 Aug 2004 02:26:41 -0000      1.2
@@ -114,7 +114,7 @@
                       EWL_CALLBACK_FUNCTION (__destroy_dialog_test_window), NULL);
 
   hbox = ewl_hbox_new ();
-  ewl_dialog_add_widget (EWL_DIALOG (dialog_win), hbox);
+  ewl_dialog_widget_add (EWL_DIALOG (dialog_win), hbox);
   ewl_widget_show (hbox);
 
   image = ewl_image_new ("my_image.png", NULL);




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to