Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf_transitions


Modified Files:
        e_int_config_transitions.c 


Log Message:
No need to expand the preview frame as the preview doesn't change size anyway.

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_transitions/e_int_config_transitions.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_transitions.c  23 Aug 2007 10:40:43 -0000      1.3
+++ e_int_config_transitions.c  30 Dec 2007 18:37:50 -0000      1.4
@@ -167,7 +167,7 @@
    of = e_widget_framelist_add(evas, _("Preview"), 0);
    il = _trans_preview_add(cfdata, evas, 300, ((300 * zone->h) / zone->w));
    e_widget_framelist_object_append(of, il);
-   e_widget_list_object_append(o, of, 1, 1, 0.5);
+   e_widget_list_object_append(o, of, 1, 0, 0.5);
 
    e_dialog_resizable_set(cfd->dia, 1);
    return o;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to