[gvfs] gdaemonfile: fix typo from last commit



commit fccc50e325f1ac39bc60fc1e84d19a2c408abf8b
Author: Carlos Soriano <csoriano gnome org>
Date:   Tue Aug 18 00:13:38 2015 +0200

    gdaemonfile: fix typo from last commit
    
    ugh sorry

 client/gdaemonfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index 41f975c..d66d617 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.c
@@ -2075,7 +2075,7 @@ g_daemon_file_mount_enclosing_volume (GFile *location,
   data = g_new0 (MountData, 1);
   data->callback = callback;
   if (cancellable)
-    data->cancellable = g_object_ref (data->cancellable);
+    data->cancellable = g_object_ref (cancellable);
   data->user_data = user_data;
   data->file = g_object_ref (location);
   if (mount_operation)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]