Fix randr widget applying settings as per discussion with T_UNIX.

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

SVN revision: 81376
This commit is contained in:
Christopher Michael 2012-12-19 15:39:47 +00:00 committed by Christopher Michael
parent 39b6588855
commit 829558db50
1 changed files with 2 additions and 3 deletions

View File

@ -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 */