Do not display windows with skip-taskbar hint in overview.

This fixes the bug where the empathy buddy list is always visible on the
last workspace it was shown on, even if it was closed.
This commit is contained in:
Steve Frécinaux 2009-08-28 18:38:48 +02:00
parent bcc3dc0711
commit 0245a0cd0e

View File

@ -364,6 +364,9 @@ shell_app_monitor_is_window_usage_tracked (MetaWindow *window)
if (!window_is_tracked (window))
return FALSE;
if (meta_window_is_skip_taskbar (window))
return FALSE;
switch (meta_window_get_window_type (window))
{
/* Definitely ignore these. */