From 6ba364c301195b7e858f83bb79cdacf60396c700 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Sun, 14 Mar 2010 18:00:53 +0000 Subject: [PATCH] 'everything'- whoops, fix last commit SVN revision: 47218 --- src/modules/everything/evry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/evry.c b/src/modules/everything/evry.c index 232e935..ae211b8 100644 --- a/src/modules/everything/evry.c +++ b/src/modules/everything/evry.c @@ -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)) { -- 2.7.4