User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072301 Fedora/3.0.1-1.fc9 Firefox/3.0.1 Build Identifier: I just tried to compile xfburn and it ended with error like: ThunarVfs undeclared Reproducible: Always Steps to Reproduce: 1. download latest svn source 2. try to compile without thunar-vfs
Created attachment 1780 Proposed patch
just a remark about your patch: don't move variable declaration into the code it may be C99 compliant but not C92, simply add a #ifdef #endif in the declaration block instead.
Ok, I'm sorry, will remember it next time.
Thanks for the report and for attaching a patch Jiri! For something this small, you don't really need to go through the trouble, as it probably would take me longer to read, download and apply the patch than to fix it myself :-). It's fixed in rev. 5286.