'everything' - switch list/view mode

SVN revision: 42686
This commit is contained in:
Hannes Janetzek 2009-09-24 23:10:05 +00:00
parent 8c4812092d
commit ad6f5a29e3
1 changed files with 1 additions and 1 deletions

View File

@ -944,7 +944,7 @@ _view_create(Evry_View *view, const Evry_State *s, const Evas_Object *swallow)
v->evas = evas_object_evas_get(swallow);
if (parent->list_mode < 0)
v->list_mode = evry_conf->view_mode;
v->list_mode = evry_conf->view_mode ? 0 : 1;
else
v->list_mode = parent->list_mode;