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 = PhonePluginDefinition plugin =
{ {
"GPS", "GPS",
NULL, "network-wireless",
NULL, NULL,
_gps_init, _gps_init,
_gps_destroy, _gps_destroy,

View File

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

View File

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