Set nicer icons for the plug-ins
This commit is contained in:
parent
b32a43af51
commit
bcb3155798
@ -49,7 +49,7 @@ PhonePlugin plugin =
|
|||||||
{
|
{
|
||||||
NULL,
|
NULL,
|
||||||
"Blacklist",
|
"Blacklist",
|
||||||
NULL,
|
"network-error",
|
||||||
_blacklist_init,
|
_blacklist_init,
|
||||||
_blacklist_destroy,
|
_blacklist_destroy,
|
||||||
_blacklist_event,
|
_blacklist_event,
|
||||||
|
@ -98,7 +98,7 @@ PhonePlugin plugin =
|
|||||||
{
|
{
|
||||||
NULL,
|
NULL,
|
||||||
"Profiles",
|
"Profiles",
|
||||||
"gnome-settings",
|
"system-config-users",
|
||||||
_profiles_init,
|
_profiles_init,
|
||||||
_profiles_destroy,
|
_profiles_destroy,
|
||||||
_profiles_event,
|
_profiles_event,
|
||||||
|
@ -56,7 +56,7 @@ PhonePlugin plugin =
|
|||||||
{
|
{
|
||||||
NULL,
|
NULL,
|
||||||
"SMS encryption",
|
"SMS encryption",
|
||||||
NULL,
|
"application-certificate",
|
||||||
_smscrypt_init,
|
_smscrypt_init,
|
||||||
_smscrypt_destroy,
|
_smscrypt_destroy,
|
||||||
_smscrypt_event,
|
_smscrypt_event,
|
||||||
|
Loading…
Reference in New Issue
Block a user