fix crash when changing ibar source

ticket #2101


SVN revision: 81682
This commit is contained in:
Mike Blumenkrantz 2012-12-24 13:12:47 +00:00
parent 0cda661565
commit fbd2efaf46
1 changed files with 1 additions and 0 deletions

View File

@ -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 */
}