thunar r23126 won't build for me, because the word 'const' appears twice on line 361 of thunar-vfs-io-local-xfer.c. gcc's error message: thunar-vfs-io-local-xfer.c: In function `_thunar_vfs_io_local_xfer_next_path': thunar-vfs-io-local-xfer.c:361: warning: duplicate `const' gcc --version: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Fixed with revision 23127. 2006-09-11 Benedikt Meurer <benny@xfce.org> * thunar-vfs/thunar-vfs-io-local-xfer.c (_thunar_vfs_io_local_xfer_next_path): Remove duplicate const. Bug #2300.