[Spice-devel] [spice-gtk] typo: s/GTask/GSimpleAsyncResult

Fabiano FidĂȘncio fidencio at redhat.com
Fri Feb 12 15:02:53 UTC 2016


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
GSimpleAsync Result.
---
 src/channel-usbredir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.5.0



More information about the Spice-devel mailing list