Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_iconbox.c 


Log Message:
[Etk_Iconbox] Fix double clicking icon when its set from an image file

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_iconbox.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- etk_iconbox.c       2 Apr 2007 09:48:29 -0000       1.23
+++ etk_iconbox.c       25 Jun 2007 08:17:28 -0000      1.24
@@ -1380,6 +1380,7 @@
          }
          icon_object->use_edje = ETK_FALSE;
          evas_object_image_size_get(icon_object->image, &icon_w, &icon_h);
+        evas_object_pass_events_set(icon_object->image, 1);
       }
       else
       {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to