Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/volumestoolbar.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-27 18:06:43 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-06-27 18:06:43 (GMT)
commit91af84955ba3c16c2c13ccd3b6055c56975f6ddf (patch)
tree19bca11a7b86eb92237e1f1e73f8cd5df4bf285a /volumestoolbar.py
parentc56824e6d4c9f21483efaad5503dbad2eabb608a (diff)
More removable devices fixes.
Diffstat (limited to 'volumestoolbar.py')
-rw-r--r--volumestoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/volumestoolbar.py b/volumestoolbar.py
index 3fe2d34..72a7117 100644
--- a/volumestoolbar.py
+++ b/volumestoolbar.py
@@ -73,7 +73,7 @@ class VolumesToolbar(gtk.Toolbar):
mount_point = device.GetProperty('volume.uuid')
volume.Mount(mount_point, fs_type, options)
- mount_id = datastore.mount(os.path.join('/media', mount_point),
+ mount_id = datastore.mount(os.path.join('inplace:/media', mount_point),
dict(title=mount_point))
logging.debug('mounted volume %s' % mount_point)
self._add_button(mount_id, mount_point)