devilhorns pushed a commit to branch master.

http://git.enlightenment.org/apps/express.git/commit/?id=4211d3c94902cdcbe4b74f33a0e125cd7442f958

commit 4211d3c94902cdcbe4b74f33a0e125cd7442f958
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Oct 26 11:19:31 2015 -0400

    express: Fix issue of adding elm_icon to improper parent
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/channel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/channel.c b/src/bin/channel.c
index 7be2383..c6f57a6 100644
--- a/src/bin/channel.c
+++ b/src/bin/channel.c
@@ -1260,7 +1260,7 @@ _channel_userlist_user_append(Channel *chl, const char 
*user, Eina_Bool op)
         char buff[PATH_MAX];
         static char data[] = "1";
 
-        icon = elm_icon_add(chl->o_bg);
+        icon = elm_icon_add(chl->userlist.o_list);
         elm_image_resizable_set(icon, EINA_TRUE, EINA_TRUE);
         WEIGHT_SET(icon, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
         ALIGN_SET(icon, EVAS_HINT_FILL, EVAS_HINT_FILL);

-- 


Reply via email to