From 60a25a0dda5d4c2735ff5ebb8aa966d547850001 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 3 Sep 2006 23:14:01 +0000 Subject: [PATCH] remove hacking commenting stuff SVN revision: 25431 --- src/bin/e_sys_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c index 2a35998fc..ea6cc34e5 100644 --- a/src/bin/e_sys_main.c +++ b/src/bin/e_sys_main.c @@ -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");