Skip to content
Snippets Groups Projects
Commit ff3a181b authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

wwaninfo: fix signal name

We emit an unlocked signal not a locked signal.
parent e103e98c
No related branches found
No related tags found
1 merge request!70Several fixes when built with -O0
......@@ -206,7 +206,7 @@ phosh_wwan_info_constructed (GObject *object)
PhoshWWanInfoPrivate *priv = phosh_wwan_info_get_instance_private (self);
GStrv signals = (char *[]) {"notify::signal-quality",
"notify::access-tec",
"notify::locked",
"notify::unlocked",
"notify::sim",
NULL,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment