summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2016-02-12 15:55:22 +0100
committerFabiano FidĂȘncio <fidencio@redhat.com>2016-02-12 16:05:37 +0100
commit8427871a010e19aa1ddb8f853cccae8ab8034540 (patch)
tree7a032fb5ffe7ca43b11021d92abbdf818d102643
parentcd0c1008316e90bce925e1448ffcabb366e88f8f (diff)
downloadspice-gtk-8427871a010e19aa1ddb8f853cccae8ab8034540.tar.gz
spice-gtk-8427871a010e19aa1ddb8f853cccae8ab8034540.tar.xz
spice-gtk-8427871a010e19aa1ddb8f853cccae8ab8034540.zip
typo: s/GTask/GSimpleAsyncResult
Seems that I messed up with cd0c1008316e90bce925e1448ffcabb366e88f8f while rebasing my GTask series on top of this patch, causing a build breakage due to non-intentional insertion of a GTask replacing a GSimpleAsyncResult. Acked-by: Pavel Grunt <pgrunt@redhat.com>
-rw-r--r--src/channel-usbredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channel-usbredir.c b/src/channel-usbredir.c
index a9942b2..f16a30f 100644
--- a/src/channel-usbredir.c
+++ b/src/channel-usbredir.c
@@ -325,7 +325,7 @@ void spice_usbredir_channel_connect_device_async(
gpointer user_data)
{
SpiceUsbredirChannelPrivate *priv = channel->priv;
- GTask *task;
+ GSimpleAsyncResult *result;
#ifndef USE_POLKIT
GError *err = NULL;
#endif