aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-16 15:20:40 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 15:20:40 +0100
commitf2fee29968f50ccd3b637d49df8c106360048f97 (patch)
tree5860387e5db0a45570ddedce7949e69dc694951b /src
parent8f488d604970bca585ed6f0a2531bcaa766b38f1 (diff)
broadband-bearer: pass down cancellable to the 3gpp dialing implementation
Diffstat (limited to 'src')
-rw-r--r--src/mm-broadband-bearer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-bearer.c b/src/mm-broadband-bearer.c
index 9a13d7f3..bd9c36b7 100644
--- a/src/mm-broadband-bearer.c
+++ b/src/mm-broadband-bearer.c
@@ -777,7 +777,7 @@ initialize_pdp_context_ready (MMBaseModem *self,
ctx->modem,
ctx->primary,
ctx->cid,
- FALSE,
+ ctx->cancellable,
(GAsyncReadyCallback)dial_3gpp_ready,
ctx);
}