From c87c78ca8c66f91636f7d2055e2181f69f10ef77 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Wed, 4 Apr 2018 20:21:18 +0200 Subject: [PATCH] options_theme.c: fix CID 1388097 --- src/bin/options_theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/options_theme.c b/src/bin/options_theme.c index 32abeeb6..fb0af9ea 100644 --- a/src/bin/options_theme.c +++ b/src/bin/options_theme.c @@ -98,8 +98,8 @@ _cb_sel_item(void *data) { elm_gengrid_item_selected_set(t->item, EINA_TRUE); elm_gengrid_item_bring_in(t->item, ELM_GENGRID_ITEM_SCROLLTO_MIDDLE); + t->ctx->seltimer = NULL; } - t->ctx->seltimer = NULL; return EINA_FALSE; }