diff options
Diffstat (limited to 'src/mm-sim.c')
-rw-r--r-- | src/mm-sim.c | 2 |
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: |