15 lines
497 B
Diff
15 lines
497 B
Diff
Index: client/gdaemonmount.c
|
|
===================================================================
|
|
--- trunk/client/gdaemonmount.c (revision 2378)
|
|
+++ trunk/client/gdaemonmount.c (working copy)
|
|
@@ -108,7 +108,8 @@
|
|
{
|
|
GDaemonMount *daemon_mount = G_DAEMON_MOUNT (mount);
|
|
|
|
- return g_daemon_file_new (daemon_mount->mount_info->mount_spec, "/");
|
|
+ return g_daemon_file_new (daemon_mount->mount_info->mount_spec,
|
|
+ daemon_mount->mount_info->mount_spec->mount_prefix);
|
|
}
|
|
|
|
static GIcon *
|