raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d992a319a84a7f63831c7af0a4483e43d7cd6d12

commit d992a319a84a7f63831c7af0a4483e43d7cd6d12
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Jun 2 11:37:37 2020 +0100

    elm test - animated icon - big win to have a bg and not garbage
---
 src/bin/elementary/test_icon_animated.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bin/elementary/test_icon_animated.c 
b/src/bin/elementary/test_icon_animated.c
index 3ecfa26950..301f9a9385 100644
--- a/src/bin/elementary/test_icon_animated.c
+++ b/src/bin/elementary/test_icon_animated.c
@@ -22,8 +22,7 @@ test_icon_animated(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *e
 
    elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
 
-   win = elm_win_add(NULL, "icon-animated-gif", ELM_WIN_BASIC);
-   elm_win_title_set(win, "Icon Animated Gif");
+   win = elm_win_util_standard_add("icon-animated-gif", "Icon Animated Gif");
    elm_win_autodel_set(win, EINA_TRUE);
 
    bx = elm_box_add(win);

-- 


Reply via email to