Compare commits

...

1 Commits

Author SHA1 Message Date
Xavi Artigas 5eb508e4d4 Add debug output 2018-09-27 13:25:12 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ _gui_toolbar_setup(Efl_Ui_Box *parent)
static void
_gui_toolbar_refresh(void)
{
printf("Content: %s\n", efl_text_get(_editor));
efl_ui_widget_disabled_set(_toolbar_new, !_edited);
}