Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dialog.c 


Log Message:
make the dialogs more e17ish

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dialog.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- ewl_dialog.c        4 Jan 2007 05:09:46 -0000       1.13
+++ ewl_dialog.c        3 Feb 2007 03:30:32 -0000       1.14
@@ -47,7 +47,7 @@
                DRETURN_INT(FALSE, DLEVEL_STABLE);
        }
 
-       ewl_widget_appearance_set(w, EWL_WINDOW_TYPE);
+       ewl_widget_appearance_set(w, EWL_DIALOG_TYPE);
        ewl_widget_inherit(w, EWL_DIALOG_TYPE);
 
        dialog->position = EWL_POSITION_BOTTOM;
@@ -93,6 +93,7 @@
        if (!dialog->action_area) {
                DRETURN_INT(FALSE, DLEVEL_STABLE);
        }
+       ewl_widget_appearance_set(dialog->action_area, "actionarea");
        ewl_container_child_append(EWL_CONTAINER(dialog->box),
                                           dialog->action_area);
        ewl_object_fill_policy_set(EWL_OBJECT(dialog->action_area),



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to