Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_notebook_test.c 


Log Message:
Fix for ewl_notebook_remove_visible causing a segv.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_notebook_test.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_notebook_test.c 20 Oct 2003 19:54:04 -0000      1.17
+++ ewl_notebook_test.c 16 Nov 2003 07:44:46 -0000      1.18
@@ -261,10 +261,7 @@
 void
 __notebook_remove_visible_page(Ewl_Widget * w, void *ev_data, void *user_data)
 {
-       Ewl_Widget *rem;
-
-       rem = ewl_notebook_remove_visible(EWL_NOTEBOOK(user_data));
-       ewl_widget_destroy(rem);
+       ewl_notebook_remove_visible(EWL_NOTEBOOK(user_data));
 
        return;
        w = NULL;




-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to