Set nicer icons for the plug-ins

This commit is contained in:
Pierre Pronchery 2010-08-08 12:44:13 +00:00
parent b32a43af51
commit bcb3155798
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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,

View File

@ -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,