Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_gadcon_popup.c 


Log Message:
Pass the user supplied Evas_Object to the resize func, as the user
shouldn't deal with the popup Evas_Object.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_gadcon_popup.c    26 Aug 2007 17:20:46 -0000      1.4
+++ e_gadcon_popup.c    27 Aug 2007 21:39:12 -0000      1.5
@@ -87,7 +87,7 @@
    edje_object_size_min_calc(pop->o_bg, &ww, &wh);
    e_popup_show(pop->win);
 
-   if (pop->resize_func) pop->resize_func(pop->o_bg, &ww, &wh);
+   if (pop->resize_func) pop->resize_func(o, &ww, &wh);
    evas_object_resize(pop->o_bg, ww, wh);
    pop->w = ww;
    pop->h = wh;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to