Enlightenment CVS committal
Author : zuluone
Project : e17
Module : apps/entice
Dir : e17/apps/entice/src/bin
Modified Files:
image.c
Log Message:
Silly me not testing my updates enough - last commit stopped users changing image from
the file list: now fixed
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/image.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- image.c 15 Aug 2003 18:01:43 -0000 1.16
+++ image.c 16 Aug 2003 13:35:19 -0000 1.17
@@ -684,8 +684,11 @@
{
char title[4096];
- if (!o_image)
+ if (o_image)
{
+ evas_object_del(o_image);
+ o_image = NULL;
+ }
o_image = evas_object_image_add(evas);
evas_object_image_file_set(o_image,
((Image *) (current_image->data))->file,
@@ -697,7 +700,6 @@
evas_object_event_callback_add(o_image, EVAS_CALLBACK_MOUSE_MOVE,
next_image_move, NULL);
evas_object_show(o_image);
- }
if (evas_object_image_load_error_get(o_image) != EVAS_LOAD_ERROR_NONE)
{
enum active_state command = active_in;
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs