From 6270d0af60a69e5aaf0cc295c002fc079208a8ba Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 24 Jun 2010 17:52:35 +0000 Subject: [PATCH] Fixes for Ecore Api changes. SVN revision: 49835 --- src/modules/illume-keyboard/e_kbd_dict.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/illume-keyboard/e_kbd_dict.c b/src/modules/illume-keyboard/e_kbd_dict.c index e9856ce52..16ff66927 100644 --- a/src/modules/illume-keyboard/e_kbd_dict.c +++ b/src/modules/illume-keyboard/e_kbd_dict.c @@ -432,7 +432,7 @@ e_kbd_dict_save(E_Kbd_Dict *kd) if (_e_kbd_dict_open(kd)) _e_kbd_dict_lookup_build(kd); } -static int +static Eina_Bool _e_kbd_dict_cb_save_flush(void *data) { E_Kbd_Dict *kd; @@ -440,10 +440,10 @@ _e_kbd_dict_cb_save_flush(void *data) kd = data; if ((kd->matches.list) || (kd->word.letters) || (kd->matches.deadends) || (kd->matches.leads)) - return 1; + return EINA_TRUE; kd->changed.flush_timer = NULL; e_kbd_dict_save(kd); - return 0; + return EINA_FALSE; } static void