ARGHHH just spent an hour trynig to figure out why this was causing a crash! I hate whoever wrote this!!!!!

SVN revision: 75865
This commit is contained in:
Mike Blumenkrantz 2012-08-30 10:18:33 +00:00
parent b2dda596f2
commit 4a16ecf1c3
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@ e_remember_init(E_Startup_Mode mode)
if ((rem->apply & E_REMEMBER_APPLY_RUN) && (rem->prop.command))
e_util_head_exec(rem->prop.head, rem->prop.command);
}
E_EVENT_REMEMBER_UPDATE = ecore_event_type_new();
}
E_EVENT_REMEMBER_UPDATE = ecore_event_type_new();
h = e_border_hook_add(E_BORDER_HOOK_EVAL_PRE_POST_FETCH,
_e_remember_cb_hook_pre_post_fetch, NULL);