diff options
Diffstat (limited to 'apps/c/texteditor/src/texteditor_main.c')
-rw-r--r-- | apps/c/texteditor/src/texteditor_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/c/texteditor/src/texteditor_main.c b/apps/c/texteditor/src/texteditor_main.c index 89e65af..7a5501b 100644 --- a/apps/c/texteditor/src/texteditor_main.c +++ b/apps/c/texteditor/src/texteditor_main.c | |||
@@ -41,7 +41,7 @@ _gui_toolbar_button_add(Efl_Ui_Box *toolbar, const char *name, | |||
41 | button = efl_add(EFL_UI_BUTTON_CLASS, toolbar, | 41 | button = efl_add(EFL_UI_BUTTON_CLASS, toolbar, |
42 | efl_text_set(efl_added, name), | 42 | efl_text_set(efl_added, name), |
43 | efl_pack(toolbar, efl_added), | 43 | efl_pack(toolbar, efl_added), |
44 | efl_event_callback_add(efl_added, EFL_UI_EVENT_CLICKED, | 44 | efl_event_callback_add(efl_added, EFL_INPUT_EVENT_CLICKED, |
45 | func, efl_added)); | 45 | func, efl_added)); |
46 | 46 | ||
47 | efl_add(EFL_UI_IMAGE_CLASS, toolbar, | 47 | efl_add(EFL_UI_IMAGE_CLASS, toolbar, |