make terminology compile on efl < 1.8. Patch by Conrad Meyer

This commit is contained in:
Conrad Meyer 2015-02-15 20:29:47 +01:00
parent 16a1912b19
commit 4ea6bdb04e
1 changed files with 2 additions and 0 deletions

View File

@ -875,6 +875,7 @@ remote:
evas_object_show(win);
if (startup_split)
{
#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8)
unsigned int i = 0;
void *pch = NULL;
Term *next = term;
@ -904,6 +905,7 @@ remote:
}
}
if (cmds_list) eina_list_free(cmds_list);
#endif
}
if (pos_set)
{