From c234d4b9a19ef84b13e9882caf4dec100786ce7e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 5 Mar 2012 12:46:15 +0000 Subject: [PATCH] answer XXX SVN revision: 68710 --- legacy/elementary/src/lib/elm_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_config.c b/legacy/elementary/src/lib/elm_config.c index 1b2407c7f3..97f4177c65 100644 --- a/legacy/elementary/src/lib/elm_config.c +++ b/legacy/elementary/src/lib/elm_config.c @@ -843,8 +843,8 @@ _config_load(void) * profile. Fallback to default before moving on */ // config load fail - defaults - /* XXX: do these make sense? Only if it's valid to install the lib - * without the config, but do we want that? */ + // why are these here? well if they are, it means you can make a gui + // config recovery app i guess... _elm_config = ELM_NEW(Elm_Config); _elm_config->config_version = ELM_CONFIG_VERSION; _elm_config->engine = eina_stringshare_add("software_x11");