ecore_evas: fix little typo.

This commit is contained in:
Cedric BAIL 2015-04-03 16:22:25 +02:00
parent 1be99f87c7
commit 3e95f90b13
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ main(int argc, char *argv[])
efl_file_set(argv[arg_index], NULL));
ecore_evas_object_associate(ee, vg, ECORE_EVAS_OBJECT_ASSOCIATE_BASE);
if (!display)
if (display)
{
ecore_evas_show(ee);