No more seggie if the icons change before they are shown.

SVN revision: 26212
This commit is contained in:
David Walter Seikel 2006-09-29 08:48:37 +00:00
parent 61bf1c59c6
commit 9366520fe9
1 changed files with 4 additions and 2 deletions

View File

@ -715,6 +715,7 @@ _ibar_cb_app_change(void *data, E_App *a, E_App_Change ch)
_ibar_icon_fill(ic);
}
_ibar_resize_handle(b);
if (b->inst)
_gc_orient(b->inst->gcc);
}
break;
@ -724,6 +725,7 @@ _ibar_cb_app_change(void *data, E_App *a, E_App_Change ch)
_ibar_empty(b);
_ibar_fill(b);
_ibar_resize_handle(b);
if (b->inst)
_gc_orient(b->inst->gcc);
}
break;