From fbd2efaf46857ab674ff88516b73236f66630a4c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 24 Dec 2012 13:12:47 +0000 Subject: [PATCH] fix crash when changing ibar source ticket #2101 SVN revision: 81682 --- src/modules/ibar/e_mod_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index 2f397a15e..1e87a72c9 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -176,6 +176,7 @@ _ibar_order_refresh(IBar *b, const char *path) { if (b->io) _ibar_order_del(b); io->bars = eina_list_append(io->bars, b); + b->io = io; } /* else same order, refresh all users */ }