aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pcmanfm/files/auto_mount.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pcmanfm/files/auto_mount.patch')
-rw-r--r--recipes/pcmanfm/files/auto_mount.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/pcmanfm/files/auto_mount.patch b/recipes/pcmanfm/files/auto_mount.patch
new file mode 100644
index 0000000000..b4a3125e3d
--- /dev/null
+++ b/recipes/pcmanfm/files/auto_mount.patch
@@ -0,0 +1,10 @@
+--- a/src/vfs/vfs-volume-hal.c 2008-12-16 17:39:21.000000000 -0200
++++ b/src/vfs/vfs-volume-hal.c 2008-12-16 17:37:07.000000000 -0200
+@@ -1237,6 +1237,7 @@
+ {
+ /* add the volume to the volume manager */
+ vfs_volume_add (volume);
++ vfs_volume_mount (volume, NULL);
+ }
+ /* release the HAL drive */
+ libhal_drive_free (hd);