diff options
author | Tomas Bzatek <tbzatek@redhat.com> | 2012-06-22 17:50:36 +0200 |
---|---|---|
committer | Tomas Bzatek <tbzatek@redhat.com> | 2012-07-31 11:59:37 +0200 |
commit | 87a01d9658ad302d73bd22541183fa5e06cfd6f7 (patch) | |
tree | 2dd57f86303982735018c8918f19bee603cdb9bc | |
parent | 92d43f90747d359cd404e6043f754dde0bd69f5a (diff) | |
download | gvfs-87a01d9658ad302d73bd22541183fa5e06cfd6f7.tar.gz |
gdbus: Fix mountable mounting with URI
-rw-r--r-- | daemon/gvfsjobmountmountable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gvfsjobmountmountable.c b/daemon/gvfsjobmountmountable.c index 71fe81e7..8e14159f 100644 --- a/daemon/gvfsjobmountmountable.c +++ b/daemon/gvfsjobmountmountable.c @@ -175,7 +175,7 @@ create_reply (GVfsJob *job, must_mount = op_job->must_mount_location; is_uri = op_job->target_uri != NULL; - if (! is_uri) + if (is_uri) fake_mountspec = g_mount_spec_new (NULL); gvfs_dbus_mount_complete_mount_mountable (object, |