If ibar can't execute an app, no point in showing it.

SVN revision: 26358
This commit is contained in:
David Walter Seikel 2006-10-05 13:53:22 +00:00
parent 2b43816d36
commit 0075992b67
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ _ibar_fill(IBar *b)
for (l = b->apps->subapps; l; l = l->next)
{
a = l->data;
if (!e_app_valid_exe_get(a)) continue;
ic = _ibar_icon_new(b, a);
b->icons = evas_list_append(b->icons, ic);
e_box_pack_end(b->o_box, ic->o_holder);