[gvfs/gdbus-core: 24/49] gdbus: Fix mountable mounting with URI
- From: Tomas Bzatek <tbzatek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/gdbus-core: 24/49] gdbus: Fix mountable mounting with URI
- Date: Tue, 31 Jul 2012 10:14:28 +0000 (UTC)
commit 87a01d9658ad302d73bd22541183fa5e06cfd6f7
Author: Tomas Bzatek <tbzatek redhat com>
Date: Fri Jun 22 17:50:36 2012 +0200
gdbus: Fix mountable mounting with URI
daemon/gvfsjobmountmountable.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gvfsjobmountmountable.c b/daemon/gvfsjobmountmountable.c
index 71fe81e..8e14159 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]