Updating branch refs/heads/master
         to c64f383ef3d205b1311f114bcef0933ba3bc332c (commit)
       from a49e596bc4f7daad53995bfdf8f6e79f667f2a42 (commit)

commit c64f383ef3d205b1311f114bcef0933ba3bc332c
Author: Mike Massonnet <mmasson...@gmail.com>
Date:   Sat Apr 14 22:01:40 2012 +0200

    Bug #8684: Don't show gvfs-fuse-daemon
    
    Signed-off-by: Landry Breuil <lan...@xfce.org>

 panel-plugin/devices.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
index 82b7062..090a66c 100644
--- a/panel-plugin/devices.c
+++ b/panel-plugin/devices.c
@@ -653,6 +653,7 @@ disks_refresh(GPtrArray * pdisks, GPtrArray *excluded_FSs)
             if ( exclude ||
 #ifdef HAVE_GETMNTENT
               g_ascii_strcasecmp(pmntent->mnt_dir, "none") == 0 ||
+              g_str_has_prefix(pmntent->mnt_fsname, "gvfs-fuse-daemon") ||
               !(g_str_has_prefix(pmntent->mnt_fsname, "/dev/") ||
               g_str_has_prefix(pmntent->mnt_type, "fuse") ||
               g_str_has_prefix(pmntent->mnt_type, "nfs") ||
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to