Everybody has converted their .eaps to .edjs using my script, haven't they?

SVN revision: 25897
This commit is contained in:
David Walter Seikel 2006-09-16 20:01:59 +00:00
parent 2a77e9a6a7
commit b7902d975b
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ ecore_desktop_get(const char *file, const char *lang)
*temp = '\0'; *temp = '\0';
result->eap_name = malloc(strlen(value) + 5); result->eap_name = malloc(strlen(value) + 5);
if (result->eap_name) if (result->eap_name)
sprintf(result->eap_name, "%s.eap", value); sprintf(result->eap_name, "%s.edj", value);
if (temp) if (temp)
*temp = '.'; *temp = '.';
} }