e17/evry: use icon for plugin collection from default theme

SVN revision: 58397
This commit is contained in:
Hannes Janetzek 2011-04-06 22:23:55 +00:00
parent 6da0d7a74d
commit f13d7d22ae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ struct _Plugin
};
static Eina_List *plugins = NULL;
static const char _module_icon[] = "application-other";
static const char _module_icon[] = "preferences-plugin";
static Evry_Type COLLECTION_PLUGIN;
static Plugin_Config plugin_config;