'everything' change 'show list' option to show list from the start

SVN revision: 47540
This commit is contained in:
Hannes Janetzek 2010-03-28 20:15:27 +00:00
parent 003511f878
commit cc0b4c47ae
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,9 @@ evry_show(E_Zone *zone, const char *params)
edje_object_part_text_set(win->o_main, "e.text.label", "Search:");
edje_object_part_text_set(list->o_main, "e.text.label", "Search:");
}
if (!evry_conf->hide_list)
_evry_list_win_show();
return 1;