yakov pushed a commit to branch master.

http://git.enlightenment.org/tools/erigo.git/commit/?id=6bf066f31da66efa3696b086cdee9daa570cbc21

commit 6bf066f31da66efa3696b086cdee9daa570cbc21
Author: Yakov Goldberg <yako...@samsung.com>
Date:   Sun Nov 15 10:41:33 2015 +0200

    Fix typo introduced with prev commit
---
 src/bin/gui/editor.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/gui/editor.c b/src/bin/gui/editor.c
index 4bb1f1b..875195b 100644
--- a/src/bin/gui/editor.c
+++ b/src/bin/gui/editor.c
@@ -4244,9 +4244,8 @@ _mouse_wheel_cb(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *ev EINA_UNUS
 }
 
 static void
-_context_changed_cb(void *data, Memento *mem, Eina_Bool dir)
+_context_changed_cb(void *data EINA_UNUSED, Memento *mem EINA_UNUSED, 
Eina_Bool dir EINA_UNUSED)
 {
-   ERR("I'm change cb");
    const Gui_Context *ctx = _active_context_get();
    eo_do(g->main_win->toolbar_redo_it, 
elm_wdg_item_disabled_set(context_can_redo(ctx) ? EINA_FALSE : EINA_TRUE));
    eo_do(g->main_win->toolbar_undo_it, 
elm_wdg_item_disabled_set(context_can_undo(ctx) ? EINA_FALSE : EINA_TRUE));

-- 


Reply via email to