Illume config icon

SVN revision: 50131
This commit is contained in:
Tiago Rezende Campos Falcao 2010-07-08 21:04:52 +00:00
parent 7ec024c09e
commit dddf703520
2 changed files with 2 additions and 5 deletions

View File

@ -117,7 +117,7 @@ e_cfg_init(E_Module *m)
// duplicate system settings
illume_cfg->performance.fps = e_config->framerate;
e_configure_registry_category_add("display", 0, "Display", NULL, "enlightenment/display");
e_configure_registry_category_add("display", 0, "Display", NULL, "enlightenment/illume");
e_configure_registry_generic_item_add("display/launcher", 0, "Launcher", NULL, "enlightenment/launcher", e_cfg_launcher);
e_configure_registry_generic_item_add("display/power", 0, "Power", NULL, "enlightenment/power", e_cfg_power);
e_configure_registry_generic_item_add("display/keyboard", 0, "Keyboard", NULL, "enlightenment/keyboard", e_cfg_keyboard);

View File

@ -18,8 +18,6 @@ E_Illume_Config *_e_illume_cfg = NULL;
int
e_mod_illume_config_init(void)
{
char buff[PATH_MAX];
/* create config structure for zones */
_il_conf_zone_edd = E_CONFIG_DD_NEW("Illume_Config_Zone", E_Illume_Config_Zone);
#undef T
@ -85,8 +83,7 @@ e_mod_illume_config_init(void)
if (!_e_illume_cfg) _e_mod_illume_config_new();
/* setup category for config panel */
snprintf(buff, sizeof(buff), "%s/e-module-illume2.edj", _e_illume_mod_dir);
e_configure_registry_category_add("illume", 0, _("Illume"), buff, "icon");
e_configure_registry_category_add("illume", 0, _("Illume"), NULL, "preferences-illume");
/* add config items to category */
e_configure_registry_generic_item_add("illume/policy", 0, _("Policy"),