diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-01 21:41:12 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:20 +0100 |
commit | 9c5c072bab444a269dd4f6c8d847191eafe0c1b6 (patch) | |
tree | e65d110161ace1af29f4da892823fb4011ba8fb6 /src | |
parent | c590cde7e594d5020c2bc400ce8397a666fed9d9 (diff) |
iface-modem: fix signal name
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-iface-modem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-iface-modem.c b/src/mm-iface-modem.c index e3b823c5..32d1ce44 100644 --- a/src/mm-iface-modem.c +++ b/src/mm-iface-modem.c @@ -3528,7 +3528,7 @@ interface_initialization_step (InitializationContext *ctx) G_CALLBACK (handle_factory_reset), ctx->self); g_signal_connect (ctx->skeleton, - "handle-set-allowed-bands", + "handle-set-bands", G_CALLBACK (handle_set_bands), ctx->self); g_signal_connect (ctx->skeleton, |