]> git.pld-linux.org Git - packages/xfce4-mount-plugin.git/blobdiff - xfce4-mount-plugin-label-uuid.patch
- up to 0.6.7
[packages/xfce4-mount-plugin.git] / xfce4-mount-plugin-label-uuid.patch
index 9127cf9caa75624f8ceed1eeeafc8336a6e33ca3..6a6ac47e8e1161501aa3fe5bc3c90f01156f485f 100644 (file)
@@ -9,12 +9,3 @@
              xfce_dialog_show_error (NULL, NULL, _("An error occurred. The device \"%s\" should not be removed!"), pdisk->device);
      }
  }
-@@ -400,7 +400,7 @@
-     for (pfstab = getfsent(); pfstab!=NULL; pfstab = getfsent())
-     {
-         has_valid_mount_device =
--                        g_str_has_prefix(pfstab->fs_spec, "/dev/") ||  g_str_has_prefix(pfstab->fs_spec, "UUID=");
-+                        g_str_has_prefix(pfstab->fs_spec, "/dev/") || g_str_has_prefix(pfstab->fs_spec, "UUID=") || g_str_has_prefix(pfstab->fs_spec, "LABEL=");
-         if (include_NFSs)
-             has_valid_mount_device = has_valid_mount_device |
This page took 0.118523 seconds and 4 git commands to generate.