From e6369288c528cc40d8ac710a67f98808ff6a43fa Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 25 Mar 2015 00:54:24 +0100 Subject: [PATCH] Set a few additional default icons for plug-ins --- src/plugins/gps.c | 2 +- src/plugins/locker.c | 2 +- src/plugins/template.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/gps.c b/src/plugins/gps.c index 9d4af54..429091b 100644 --- a/src/plugins/gps.c +++ b/src/plugins/gps.c @@ -53,7 +53,7 @@ static void _gps_on_settings_stop(gpointer data); PhonePluginDefinition plugin = { "GPS", - NULL, + "network-wireless", NULL, _gps_init, _gps_destroy, diff --git a/src/plugins/locker.c b/src/plugins/locker.c index fa22913..4d75c40 100644 --- a/src/plugins/locker.c +++ b/src/plugins/locker.c @@ -46,7 +46,7 @@ static int _locker_action(LockerAction action); PhonePluginDefinition plugin = { "Locker", - NULL, + "gnome-lockscreen", NULL, _locker_init, _locker_destroy, diff --git a/src/plugins/template.c b/src/plugins/template.c index bdd2499..12a0fec 100644 --- a/src/plugins/template.c +++ b/src/plugins/template.c @@ -41,7 +41,7 @@ static int _template_event(TemplatePhonePlugin * template, PhoneEvent * event); PhonePluginDefinition plugin = { "Template", - NULL, + "applications-development", NULL, _template_init, _template_destroy,