https://bugzilla.xfce.org/show_bug.cgi?id=11913
--- Comment #33 from [email protected] --- (In reply to Harald Judt from comment #32) > Created attachment 6271 [details] > fix-gsourcefunc-in-file-reload-idle.patch > > Oh, so success this time! However, I suspect that only this part of the > patch is necessary. The line that replaces g_idle_add with > gdk_threads_idle_add might not be required and could even cause performance > degradation. > > To be sure, please try again with this revised patch. It fixes the return > value of thunar_file_reload, which should be gboolean not void because it is > a GSourceFunc callback function. Probably that is what is causing the > varying behaviour on different systems; some might treat the missing return > value as true, others as false and react accordingly (repeated reloading vs > reloading only once). Works fine! -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
