From 8782ff3b8f0caf6c4ab6af816f48579361e9375a Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Fri, 30 Nov 2012 16:57:13 +0000 Subject: [PATCH] Without a typo it would have had emotion. SVN revision: 79916 --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 13749ad..f0ec41b 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -1345,7 +1345,7 @@ _config_update(void) { if (!strstr(_elm_config->modules, PREFS_IFACE_MODULE_STR)) new = eina_stringshare_printf - ("%s:%s", orig_modules, PREFS_IFACE_MODULE_STR); + ("%s:%s", _elm_config->modules, PREFS_IFACE_MODULE_STR); } if (new) -- 2.7.4