Set a few additional default icons for plug-ins
This commit is contained in:
parent
4de863bf1e
commit
e6369288c5
@ -53,7 +53,7 @@ static void _gps_on_settings_stop(gpointer data);
|
||||
PhonePluginDefinition plugin =
|
||||
{
|
||||
"GPS",
|
||||
NULL,
|
||||
"network-wireless",
|
||||
NULL,
|
||||
_gps_init,
|
||||
_gps_destroy,
|
||||
|
@ -46,7 +46,7 @@ static int _locker_action(LockerAction action);
|
||||
PhonePluginDefinition plugin =
|
||||
{
|
||||
"Locker",
|
||||
NULL,
|
||||
"gnome-lockscreen",
|
||||
NULL,
|
||||
_locker_init,
|
||||
_locker_destroy,
|
||||
|
@ -41,7 +41,7 @@ static int _template_event(TemplatePhonePlugin * template, PhoneEvent * event);
|
||||
PhonePluginDefinition plugin =
|
||||
{
|
||||
"Template",
|
||||
NULL,
|
||||
"applications-development",
|
||||
NULL,
|
||||
_template_init,
|
||||
_template_destroy,
|
||||
|
Loading…
Reference in New Issue
Block a user