hmmm something screwed with init done events.. remove 1 undone.

SVN revision: 46784
This commit is contained in:
Carsten Haitzler 2010-03-02 12:31:20 +00:00
parent 8a70d741fb
commit fd7e0c09df
2 changed files with 1 additions and 2 deletions

View File

@ -215,7 +215,7 @@ e_border_init(void)
E_EVENT_BORDER_FOCUS_OUT = ecore_event_type_new();
E_EVENT_BORDER_PROPERTY = ecore_event_type_new();
e_init_undone();
// e_init_undone();
return 1;
}

View File

@ -1923,7 +1923,6 @@ e_mod_comp_init(void)
handlers = eina_list_append(handlers, ecore_event_handler_add(E_EVENT_BORDER_FOCUS_OUT, _e_mod_comp_bd_focus_out, NULL));
handlers = eina_list_append(handlers, ecore_event_handler_add(E_EVENT_BORDER_PROPERTY, _e_mod_comp_bd_property, NULL));
EINA_LIST_FOREACH(e_manager_list(), l, man)
{
E_Comp *c;