diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-01-13 18:43:37 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-01-15 08:52:22 -0200 |
commit | 63b8d0beb988997ccc172907c989327cfdacb38d (patch) | |
tree | 155c7f2c13c1c06a5c8cc42d6a9a6fdc5f940be0 /packages/pcmanfm/files/auto_mount.patch | |
parent | 53166d22e1dd24efe36ef55500c7d23a7d555c24 (diff) |
pcmanfm: update to 0.5
This patch updates pcmanfm to 0.5 version, removing the now useless
patches and bumping OpenMoko preferred version according.
Diffstat (limited to 'packages/pcmanfm/files/auto_mount.patch')
-rw-r--r-- | packages/pcmanfm/files/auto_mount.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/pcmanfm/files/auto_mount.patch b/packages/pcmanfm/files/auto_mount.patch new file mode 100644 index 0000000000..b4a3125e3d --- /dev/null +++ b/packages/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); |