Fix Elm's build. antognolli += spank.

SVN revision: 80455
This commit is contained in:
Gustavo Lima Chaves 2012-12-07 13:54:38 +00:00
parent 902fdfc116
commit 34c58941bd
1 changed files with 1 additions and 1 deletions

View File

@ -361,8 +361,8 @@ elm_prefs_data_new(const char *data_file,
home = "/";
prefs_data->data_file = eina_stringshare_printf
("%s/%s/%s", home, ".config", _elm_appname);
}
#endif
}
prefs_data->key = eina_stringshare_add(key ? key : "main");