From 5f339cbfe345d0e12b86b593f7214c5a3eb57b1a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 25 Mar 2015 00:49:20 +0100 Subject: [PATCH] Set a default icon to the "sofia" modem backend --- src/modems/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modems/sofia.c b/src/modems/sofia.c index cc803c9..1e14f94 100644 --- a/src/modems/sofia.c +++ b/src/modems/sofia.c @@ -98,7 +98,7 @@ static void _sofia_callback(nua_event_t event, int status, char const * phrase, ModemPluginDefinition plugin = { "Sofia", - NULL, + "applications-development", _sofia_config, _sofia_init, _sofia_destroy,