From 50ff649c1ddc32c3518f9bb6813bbda2de1eed5e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 29 Jun 2016 11:08:51 +0900 Subject: [PATCH] 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. --- src/lib/elementary/efl_ui_win.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;