Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_util.c 


Log Message:


clean up more...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- edje_util.c 30 Mar 2004 10:30:35 -0000      1.35
+++ edje_util.c 18 May 2004 06:05:49 -0000      1.36
@@ -519,6 +519,9 @@
        if (rp->swallowed_object == obj_swallow)
          {
             evas_object_smart_member_del(rp->swallowed_object);
+            evas_object_event_callback_del(rp->swallowed_object, 
+                                           EVAS_CALLBACK_FREE, 
+                                           _edje_object_part_swallow_free_cb);
             evas_object_clip_unset(rp->swallowed_object);
             rp->swallowed_object = NULL;
             rp->swallow_params.min.w = 0;
@@ -575,7 +578,7 @@
      }
    if (ed->collection->prop.max.w == 0)
      {
-       if (maxw) *maxw = 1e+37;
+       if (maxw) *maxw = 100000;
      }
    else
      {
@@ -583,7 +586,7 @@
      }
    if (ed->collection->prop.max.h == 0)
      {
-       if (maxh) *maxh = 1e+37;
+       if (maxh) *maxh = 100000;
      }
    else
      {




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to