mainview: react to config changes for split editors.

Make sure theme and font changes happen in split views too!
This commit is contained in:
Al Poole 2017-12-01 23:28:06 +00:00
parent 4edf97c0af
commit 91a373cd2d
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ _changed_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUS
}
static Eina_Bool
_edi_mainview_split_config_changed_cb(void *data EINA_UNUSED, int type EINA_UNUSED, void *event EINA_UNUSED)
_edi_mainview_split_config_changed_cb(void *data, int type EINA_UNUSED, void *event EINA_UNUSED)
{
Elm_Code_Widget *widget = data;