From 56ef3c37d25f5efe46dd9cde134e2682a9f1ca7b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sat, 22 Dec 2012 10:32:30 +0000 Subject: [PATCH] add echievements to module whitelist: I (and others) maintain the hell out of this, so I consider it a real bug if there's a crash SVN revision: 81633 --- src/bin/e_module.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_module.c b/src/bin/e_module.c index 12bed9c8d..0d65d97e1 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -704,6 +704,7 @@ _e_module_whitelist_check(void) "wl_screenshot", "wl_shell", "xkbswitch", + "echievements", NULL // end marker };