raster pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=518d3a456dca56263524d5ebb03f811d295a0f0d
commit 518d3a456dca56263524d5ebb03f811d295a0f0d Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Dec 27 12:03:05 2013 +0900 adatp to new api rename --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 81bdef2..ae1d6ba 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -2514,7 +2514,7 @@ _elm_config_sub_init(void) } } if (_config_win == 0) - _config_win = ecore_x_window_permanent_create + _config_win = ecore_x_window_permanent_new (root, _atom[ATOM_E_CONFIG_WIN]); ecore_x_event_mask_set(_config_win, --
