remove hacking commenting stuff

SVN revision: 25431
This commit is contained in:
Carsten Haitzler 2006-09-03 23:14:01 +00:00
parent 784a1e985e
commit 60a25a0dda
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ auth_etc_enlightenment_sysactions(char *a, char *u, char *g)
int allow = 0;
int deny = 0;
// snprintf(file, sizeof(file), "/etc/enlightenment/sysactions.conf");
// f = fopen(file, "r");
// if (!f)
snprintf(file, sizeof(file), "/etc/enlightenment/sysactions.conf");
f = fopen(file, "r");
if (!f)
{
snprintf(file, sizeof(file), PACKAGE_SYSCONF_DIR"/enlightenment/sysactions.conf");
f = fopen(file, "r");