From 0744667e740af9fafee04b218f867e2f74a4d3e7 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 15:46:41 +0000 Subject: [PATCH] Use proper function when config gets loaded to try and restore configuration. Signed-off-by: Christopher Michael SVN revision: 81156 --- src/bin/e_randr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/bin/e_randr.c b/src/bin/e_randr.c index da04f074c..3c78a0067 100644 --- a/src/bin/e_randr.c +++ b/src/bin/e_randr.c @@ -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