And don't pass the root window to the apply function anymore

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

SVN revision: 81265
This commit is contained in:
Christopher Michael 2012-12-18 15:21:00 +00:00 committed by Christopher Michael
parent eacee97d9e
commit 394885c2e6
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ static int
_basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
{
/* tell randr widget to apply changes */
e_smart_randr_changes_apply(cfdata->o_randr, cfd->con->manager->root);
e_smart_randr_changes_apply(cfdata->o_randr);
/* return success */
return 1;