summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-08-18 00:13:38 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-08-18 00:13:38 +0200
commitfccc50e325f1ac39bc60fc1e84d19a2c408abf8b (patch)
tree43bb3e67111c8cb42b48eb04cb5e8e5cc5e526c3 /client/gdaemonfile.c
parent893ce0bbd6eb53e814d2c239c920cee2e63d5b5e (diff)
downloadgvfs-fccc50e325f1ac39bc60fc1e84d19a2c408abf8b.tar.gz
gdaemonfile: fix typo from last commit
ugh sorry
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r--client/gdaemonfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index 41f975c9..d66d6175 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)