diff options
author | Carlos Soriano <csoriano@gnome.org> | 2015-08-18 00:13:38 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@gnome.org> | 2015-08-18 00:13:38 +0200 |
commit | fccc50e325f1ac39bc60fc1e84d19a2c408abf8b (patch) | |
tree | 43bb3e67111c8cb42b48eb04cb5e8e5cc5e526c3 | |
parent | 893ce0bbd6eb53e814d2c239c920cee2e63d5b5e (diff) | |
download | gvfs-fccc50e325f1ac39bc60fc1e84d19a2c408abf8b.tar.gz |
gdaemonfile: fix typo from last commit
ugh sorry
-rw-r--r-- | client/gdaemonfile.c | 2 |
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) |