update all borders on efreet desktop update

SVN revision: 29490
This commit is contained in:
rephorm 2007-04-13 01:47:56 +00:00 committed by rephorm
parent d911036e15
commit 7c0d08d1f4
1 changed files with 3 additions and 4 deletions

View File

@ -4342,11 +4342,10 @@ _e_border_cb_efreet_desktop_change(void *data, int ev_type, void *ev)
bd = l->data;
if (bd->desktop == event->previous)
{
bd->desktop = event->current;
bd->changes.icon = 1;
bd->changed = 1;
}
/* check all borders. the updated icon may now apply to them (e.g. adding a StartupWMClass) */
bd->changes.icon = 1;
bd->changed = 1;
}
break;
}