Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_presentation.c 


Log Message:

You can now resize slideshow and presentation windows.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_presentation.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ephoto_presentation.c       13 May 2006 21:06:16 -0000      1.15
+++ ephoto_presentation.c       13 May 2006 22:42:09 -0000      1.16
@@ -397,7 +397,7 @@
        ewl_window_class_set(EWL_WINDOW(s->wins), "Presentation");
        if ( mainwin == 1 ) {
                if ( ewl_checkbutton_is_checked(EWL_CHECKBUTTON(m->fullrad)) == 
0 ) {
-                       ewl_object_maximum_size_set(EWL_OBJECT(s->wins), ws, h);
+                       ewl_object_size_request(EWL_OBJECT(s->wins), ws, h);
                }
                if ( ewl_checkbutton_is_checked(EWL_CHECKBUTTON(m->fullrad)) == 
1 ) {
                        ewl_callback_append(s->wins, EWL_CALLBACK_REALIZE, 
realize_cb, NULL);
@@ -408,7 +408,7 @@
                        ewl_callback_append(s->wins, EWL_CALLBACK_REALIZE, 
realize_cb, NULL);
                }
                if ( argfullscreen == 0 ) {
-                       ewl_object_maximum_size_set(EWL_OBJECT(s->wins), ws, h);
+                       ewl_object_size_request(EWL_OBJECT(s->wins), ws, h);
                }
        }
        ewl_callback_append(s->wins, EWL_CALLBACK_DELETE_WINDOW, destroyp_cb, 
NULL);




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