Pack the created monitor into the layout widget.

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

SVN revision: 84134
This commit is contained in:
Christopher Michael 2013-02-19 10:55:59 +00:00 committed by Christopher Michael
parent 31b98fecbf
commit 6747badc99
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ e_smart_randr_monitors_create(Evas_Object *obj)
/* tell monitor what output it uses */
e_smart_monitor_output_set(mon, output);
/* pack this monitor into the layout */
e_layout_pack(sd->o_layout, mon);
}
}
}