Hey,
when e17 shuts down, the function _e_thumb_hash_del() is called after
e_thumb_shutdown().
A consequence is that e_thumb_shutdown() sets _thumbs to NULL and
_e_thumb_hash_del() calls eina_hash_del() on _thumbs, hence an error
message when e17 exits.
i thnk that the correct fix would be t
Am Fri, 16 Jan 2009 09:19:09 +1100 schrieb Carsten Haitzler (The
Rasterman):
> On Thu, 15 Jan 2009 18:02:17 +0200 "Oguz Yarimtepe"
> babbled:
>
> > > This is something I liked to ask since some time as I work on the
> > > EFLpp wrapper. Why are simple C types typedefed like Evas_Coord.
> > > Thi
Hi,
I've been working with evas_object_image_preload and have some issues
with it. When I try to preload an image and then I try to preload that
same image again from another image object, the second one doesn't
receive a preloaded_callback.
Attached is a patch that fixes this problem to me. It m
Hey
> I have been reading and trying EFL and its docs. I tried some
> animations, wrote some simple EDC files, played with them from C code,
> checked Embryo. My aim is to make windows effects like in this movie:
> http://dist.trolltech.com/video/qtembedded44video.mov ()
>
> It is done via qt-emb
Hi,
I have been reading and trying EFL and its docs. I tried some
animations, wrote some simple EDC files, played with them from C code,
checked Embryo. My aim is to make windows effects like in this movie:
http://dist.trolltech.com/video/qtembedded44video.mov ()
It is done via qt-embedded and i