SVN revision: 16339
This commit is contained in:
sebastid 2005-08-25 13:17:55 +00:00 committed by sebastid
parent 13af71f239
commit 5ad54f65dc
1 changed files with 2 additions and 0 deletions

View File

@ -72,8 +72,10 @@ e_modapi_info(E_Module *m)
char buf[4096];
m->label = strdup(_("Randr"));
/*
snprintf(buf, sizeof(buf), "%s/module_icon.png", e_module_dir_get(m));
m->icon_file = strdup(buf);
*/
return 1;
}