diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:44:13 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 11:44:13 +0000 |
commit | 9346320258e7d47e352a2b7671c83b41eeb8fad0 (patch) | |
tree | 420a8f93000e16d321f9fb830de504a48b3d04b4 /daemon/smb-browse.mount.in | |
parent | 62409e2e08a18dfab701358ab80c572d31710a45 (diff) | |
download | gvfs-9346320258e7d47e352a2b7671c83b41eeb8fad0.tar.gz |
Correct arg for mounting
Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171295459 +0100
svn path=/trunk/; revision=329
Diffstat (limited to 'daemon/smb-browse.mount.in')
-rw-r--r-- | daemon/smb-browse.mount.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/smb-browse.mount.in b/daemon/smb-browse.mount.in index 7acbf44b..6ef77a68 100644 --- a/daemon/smb-browse.mount.in +++ b/daemon/smb-browse.mount.in @@ -1,6 +1,6 @@ [Mount] Type=smb-network;smb-server -Exec=@libexecdir@/gvfs-daemon-smb-browse --mount +Exec=@libexecdir@/gvfs-daemon-smb-browse --dbus DBusName=org.gtk.vfs.mountpoint.smb_browse AutoMount=true |