From 1982be30874c4717bc1660e3b6ec78e412bf7f06 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 24 Dec 2012 11:25:10 +0000 Subject: [PATCH] oops - return with boolean from timer cb. SVN revision: 81679 --- src/bin/options_font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/options_font.c b/src/bin/options_font.c index efe63e30..46a0655b 100644 --- a/src/bin/options_font.c +++ b/src/bin/options_font.c @@ -88,7 +88,7 @@ _cb_op_font_preview_del(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object * if (o) evas_object_del(o); } -static void +static Eina_Bool _cb_op_font_preview_delayed_eval(void *data) { Evas_Object *obj = data;