E (RandR): Check if a monitor has been changed before doing an Apply.

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

SVN revision: 77715
This commit is contained in:
Christopher Michael 2012-10-10 07:55:13 +00:00 committed by Christopher Michael
parent 136cc5035a
commit cc188bee3a
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
E_Randr_Output_Info *output;
Ecore_X_Randr_Output *outputs = NULL;
if (!e_smart_monitor_changed_get(mon))
continue;
if (!(crtc = e_smart_monitor_crtc_get(mon)))
continue;