Updating branch refs/heads/master
         to b4da8112dafccdc5fa4e2f095cbd55e574711f15 (commit)
       from 046e03f4a364514773074835e0c7472c81ec3481 (commit)

commit b4da8112dafccdc5fa4e2f095cbd55e574711f15
Author: Nick Schermer <[email protected]>
Date:   Mon Mar 7 18:22:53 2011 +0100

    Fix compiler warning in !Linux systems.

 thunar-vfs/thunar-vfs-monitor.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/thunar-vfs/thunar-vfs-monitor.c b/thunar-vfs/thunar-vfs-monitor.c
index f5d5fde..1b09abb 100644
--- a/thunar-vfs/thunar-vfs-monitor.c
+++ b/thunar-vfs/thunar-vfs-monitor.c
@@ -509,7 +509,9 @@ thunar_vfs_monitor_is_excluded_path (ThunarVfsMonitor 
*monitor,
                                      ThunarVfsPath    *path)
 {
   gboolean  excluded = FALSE;
+#ifdef HAVE_LINUX
   gchar    *path_string;
+#endif
 
   _thunar_vfs_return_val_if_fail (THUNAR_VFS_IS_MONITOR (monitor), FALSE);
   _thunar_vfs_return_val_if_fail (path != NULL, FALSE);
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to