aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-02 12:00:41 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:32 +0100
commitad1c7d8dec96e7a666db22e93abd1dff052111a3 (patch)
treef62c7400a695c8367b311c218022a9bdd5e47021
parentb435012eb123273814e0aa61851844e749eb7a12 (diff)
sim: bind connection property right away
-rw-r--r--src/mm-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-sim.c b/src/mm-sim.c
index 8b95d357..1a84c7a0 100644
--- a/src/mm-sim.c
+++ b/src/mm-sim.c
@@ -1128,7 +1128,7 @@ set_property (GObject *object,
* and unset when unexported) to the SIM's connection */
g_object_bind_property (self->priv->modem, MM_BASE_MODEM_CONNECTION,
self, MM_SIM_CONNECTION,
- G_BINDING_DEFAULT);
+ G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);
}
break;
default: