From 829558db502555d2d864b67552e2395af994e872 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 19 Dec 2012 15:39:47 +0000 Subject: [PATCH] Fix randr widget applying settings as per discussion with T_UNIX. Signed-off-by: Christopher Michael SVN revision: 81376 --- src/modules/conf_randr/e_smart_randr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/conf_randr/e_smart_randr.c b/src/modules/conf_randr/e_smart_randr.c index ec79f0f34..e715821b7 100644 --- a/src/modules/conf_randr/e_smart_randr.c +++ b/src/modules/conf_randr/e_smart_randr.c @@ -516,11 +516,10 @@ e_smart_randr_changes_apply(Evas_Object *obj) e_smart_monitor_changes_reset(mon); } + /* FIXME: This should maybe go into a "restore on login" option ?? */ + /* tell randr to save this config */ e_randr_store_configuration(E_RANDR_CONFIGURATION_STORE_ALL); - - /* tell randr to send to X */ - e_randr_try_restore_configuration(); } /* local functions */