From b8d01c64d50ea6af0388dce4f2159e0b733f4e77 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 21 Sep 2014 21:42:04 +0200 Subject: [PATCH] Set an icon to the "hayes" plug-in --- src/modems/hayes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modems/hayes.c b/src/modems/hayes.c index d614575..06bf1ce 100644 --- a/src/modems/hayes.c +++ b/src/modems/hayes.c @@ -561,7 +561,7 @@ static HayesCodeHandler _hayes_code_handlers[] = ModemPluginDefinition plugin = { "Hayes", - NULL, + "phone", _hayes_config, _hayes_init, _hayes_destroy,