Backport: 8a53055 :: Tell randr widget to create monitors.

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

SVN revision: 84124
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:55:28 +00:00 committed by Deon Thomas
parent 17fdbee784
commit e7c9315004
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ _basic_create(E_Config_Dialog *cfd EINA_UNUSED, Evas *evas, E_Config_Dialog_Data
/* try to create randr smart widget */
if ((cfdata->o_randr = e_smart_randr_add(evas)))
{
/* tell randr widget to create monitors */
e_smart_randr_monitors_create(cfdata->o_randr);
/* append randr widget to list object */
e_widget_list_object_append(o, cfdata->o_randr, 1, 1, 0.5);
}