This issue happens because 'idle_xvpic_blocked' is net to 1 in 'do_gtk_stuff()' function and then 'idle_xvpic_load()' function is called. 'idle_xvpic_load()' does not load thumbnail because 'idle_xvpic_blocked' is set to 1. I do not really understand why we should not execute 'idle_xvpic_load()' while in 'do_gtk_stuff()'. Maybe for some interacvivity impact.
For me I solved this problem by commenting 'idle_xvpic_blocked=1;' line in 'void do_gtk_stuff(void)' function. I suggest the more competent person to elaborate this solution and integrate it or to propose better one. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

