summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-03-14 18:19:53 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-14 18:19:53 +0100
commit492eb068b6e65ddfdc6c7a6f53823c50e8c7bf8b (patch)
treecb87fb0b6dc0071edce62356c8fdeae73c663dd5
parent29cf3a1838bbb531abbca441666b66123596fede (diff)
downloadModemManager-492eb068b6e65ddfdc6c7a6f53823c50e8c7bf8b.tar.gz
fixup! option: need to wait some seconds after power up
-rw-r--r--plugins/option/mm-broadband-modem-option.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/option/mm-broadband-modem-option.c b/plugins/option/mm-broadband-modem-option.c
index 583a664aa..05baff5b5 100644
--- a/plugins/option/mm-broadband-modem-option.c
+++ b/plugins/option/mm-broadband-modem-option.c
@@ -475,4 +475,6 @@ iface_modem_init (MMIfaceModem *iface)
static void
mm_broadband_modem_option_class_init (MMBroadbandModemOptionClass *klass)
{
+ GObjectClass *object_class = G_OBJECT_CLASS (klass);
+ g_type_class_add_private (object_class, sizeof (MMBroadbandModemOptionPrivate));
}