broadband-bearer: pass down cancellable to the 3gpp dialing implementation

This commit is contained in:
Aleksander Morgado
2012-03-16 15:20:40 +01:00
parent 8f488d6049
commit f2fee29968

View File

@@ -777,7 +777,7 @@ initialize_pdp_context_ready (MMBaseModem *self,
ctx->modem,
ctx->primary,
ctx->cid,
FALSE,
ctx->cancellable,
(GAsyncReadyCallback)dial_3gpp_ready,
ctx);
}