send conf2 option change event when applying option

SVN revision: 83086
This commit is contained in:
Mike Blumenkrantz 2013-01-22 14:08:50 +00:00
parent 3767fe1ce6
commit 0a8c14fb90
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ _e_configure_option_apply(E_Configure_Option *co, Eina_List **events, Eina_List
}
}
co->changed = EINA_FALSE;
_e_configure_option_event_changed(co);
return co->requires_restart;
}