'everything' module: keep selected candidate when popping to previous candidate list

SVN revision: 41137
This commit is contained in:
Hannes Janetzek 2009-06-21 10:37:12 +00:00
parent ae1c7c8fd6
commit ce5ccd18d2
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ _evry_show_items(Evry_Plugin *p)
/* TODO add option */
if (p->items)
if (!s->sel_item && p->items)
{
s->sel_item = p->items->data;
_evry_item_sel(s->sel_item);