Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_transitions.c 


Log Message:
aspect++

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_transitions.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_int_config_transitions.c  17 Apr 2007 09:19:15 -0000      1.13
+++ e_int_config_transitions.c  2 May 2007 02:30:54 -0000       1.14
@@ -259,9 +259,11 @@
 Evas_Object *
 _trans_preview_add(E_Config_Dialog_Data *cfdata, Evas *evas, int minw, int 
minh) 
 {
-   Evas_Object *obj, *o;
+   Evas_Object *obj, *o, *oa;
    
+   oa = e_widget_aspect_add(evas, minw, minh);
    obj = e_widget_preview_add(evas, minw, minh);
+   e_widget_aspect_child_set(oa, obj);
 
    o = edje_object_add(e_widget_preview_evas_get(obj));
    cfdata->o_prev_bg = o;
@@ -269,7 +271,7 @@
    evas_object_show(o);
    e_widget_preview_extern_object_set(obj, o);
    
-   return obj;
+   return oa;
 }
 
 static void 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to