Set a few additional default icons for plug-ins

This commit is contained in:
Pierre Pronchery 2015-03-25 00:54:24 +01:00
parent 4de863bf1e
commit e6369288c5
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ static void _gps_on_settings_stop(gpointer data);
PhonePluginDefinition plugin =
{
"GPS",
NULL,
"network-wireless",
NULL,
_gps_init,
_gps_destroy,

View File

@ -46,7 +46,7 @@ static int _locker_action(LockerAction action);
PhonePluginDefinition plugin =
{
"Locker",
NULL,
"gnome-lockscreen",
NULL,
_locker_init,
_locker_destroy,

View File

@ -41,7 +41,7 @@ static int _template_event(TemplatePhonePlugin * template, PhoneEvent * event);
PhonePluginDefinition plugin =
{
"Template",
NULL,
"applications-development",
NULL,
_template_init,
_template_destroy,