- oops, though I'd compiled that....

SVN revision: 30545
This commit is contained in:
Dan Sinclair 2007-07-02 20:16:23 +00:00 committed by Dan Sinclair
parent 5406ab673f
commit 563d1a104e
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ efreet_mime_load_globs(Ecore_List *datadirs, const char *datahome)
globs = ecore_list_new();
ecore_list_set_free_cb(globs, efreet_mime_glob_free);
datadir = datahome
datadir = datahome;
ecore_list_goto_first(datadirs);
while (datadir)
{