Use proper function when config gets loaded to try and restore

configuration.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81156
This commit is contained in:
Christopher Michael 2012-12-17 15:46:41 +00:00 committed by Christopher Michael
parent 85de44850b
commit 0744667e74
1 changed files with 1 additions and 3 deletions

View File

@ -129,9 +129,7 @@ _e_event_config_loaded_cb(void *data __UNUSED__, int type, void *ev __UNUSED__)
{
if (type != E_EVENT_CONFIG_LOADED) return EINA_TRUE;
_try_restore_configuration();
return EINA_FALSE;
return e_randr_try_restore_configuration();
}
static void