'everything'- whoops, fix last commit

SVN revision: 47218
This commit is contained in:
Hannes Janetzek 2010-03-14 18:00:53 +00:00
parent 4104105380
commit 6ba364c301
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ _evry_selector_icon_set(Evry_Selector *sel)
it = s->cur_item;
if (s->plugin && s->plugin->icon_get)
if (it && s->plugin && s->plugin->icon_get)
{
if (!_evry_selector_thumb(sel, it))
{