summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_win.eo
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-29 11:08:51 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-29 11:08:51 +0900
commit50ff649c1ddc32c3518f9bb6813bbda2de1eed5e (patch)
tree0c2c3008274517b513fbe28180af2addaf795e77 /src/lib/elementary/efl_ui_win.eo
parent136a6b44643c16473b88e1bf1a4820f0915d6a0d (diff)
downloadefl-50ff649c1ddc32c3518f9bb6813bbda2de1eed5e.tar.gz
win: Change type of composite interface for Efl.Config
Use Efl.Config.Global instead, since it's what the window will expose, and it provides access to the "profile" config options.
Diffstat (limited to 'src/lib/elementary/efl_ui_win.eo')
-rw-r--r--src/lib/elementary/efl_ui_win.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo
index 590952f24d..16797de60c 100644
--- a/src/lib/elementary/efl_ui_win.eo
+++ b/src/lib/elementary/efl_ui_win.eo
@@ -146,7 +146,7 @@ enum Efl.Ui.Win.Urgent_Mode
class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window,
Elm.Interface.Atspi_Widget_Action, Efl.Pack,
Efl.Input.State, Efl.Input.Interface, Efl.Screen,
- Efl.Gfx.Size.Hint, Efl.Text, Efl.Config)
+ Efl.Gfx.Size.Hint, Efl.Text, Efl.Config.Global)
{
legacy_prefix: elm_win;
eo_prefix: efl_ui_win;