dont show urgent popup if the border is iconified

SVN revision: 33378
This commit is contained in:
Hannes Janetzek 2008-01-07 01:46:53 +00:00
parent 963bf6eaa6
commit e03ecc4766
1 changed files with 1 additions and 1 deletions

View File

@ -1387,7 +1387,7 @@ _pager_cb_event_border_urgent_change(void *data, int type, void *event)
{
pp = _pager_popup_find(zone);
if (!pp && urgent)
if (!pp && urgent && !(ev->border->iconic))
{
pp = _pager_popup_new(zone, 0);