Re: status of python plugin

Olivier R-D <[email protected]> Fri, 29 Jan 2010 21:16:01 +0100
Newsgroups gmane.comp.gnome.apps.Eog
Message-ID <[email protected]>
But I never managed to make it work ...

> This is likely doing nothing if the image is selected and loaded already.
> The only problem that could arise here is that the image has not been
> readded when you make the set_current_image calls.
>
>    

that was a good pointer,  the problem seems to be that when the image is 
relatively big, the update on the disk(or rescan by gvfs) happens up to 
one second later. thus the set_current_image call happens far too early...
I do not really know how to fix that, freezing the ui for an arbitrary 
one second does not seem to be a very good idea :-)