[gvfs/gdbus-core: 24/38] gdbus: Fix mountable mounting with URI



commit bed2103e6b5e8d1fac76127b61441017259e3553
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 6dfc768..2ed2d29 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]