Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fileman_smart.c e_icon_layout.c Log Message: some correctness stuff =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -3 -r1.71 -r1.72 --- e_fileman_smart.c 2 Nov 2005 06:07:33 -0000 1.71 +++ e_fileman_smart.c 2 Nov 2005 06:28:52 -0000 1.72 @@ -786,6 +786,7 @@ text = E_NEW(char, PATH_MAX + 256); snprintf(text, PATH_MAX + 256, "Could not delete <br><b>%s</b>", icon->file->path); e_dialog_text_set(dia, text); + free(text); e_dialog_show(dia); return; } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_icon_layout.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_icon_layout.c 2 Nov 2005 01:37:11 -0000 1.11 +++ e_icon_layout.c 2 Nov 2005 06:28:52 -0000 1.12 @@ -274,7 +274,8 @@ evas_object_data_set(obj, "e_icon_layout_data", li); evas_object_event_callback_add(obj, EVAS_CALLBACK_FREE, _e_icon_layout_smart_item_del_hook, NULL); - if (!evas_object_visible_get(sd->clip)) + if ((!evas_object_visible_get(sd->clip)) && + (evas_object_visible_get(sd->obj))) evas_object_show(sd->clip); return li; } ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs