metacity r4123 - in trunk: . src/core
- From: tthurman svn gnome org
- To: svn-commits-list gnome org
- Subject: metacity r4123 - in trunk: . src/core
- Date: Sun, 8 Feb 2009 00:22:12 +0000 (UTC)
Author: tthurman
Date: Sun Feb 8 00:22:12 2009
New Revision: 4123
URL: http://svn.gnome.org/viewvc/metacity?rev=4123&view=rev
Log:
Windows demanding attention should never appear in the
alt-tab list unless they're of a type which might have appeared
there anyway. This solves a problem under AWN where docks which were
marked as demanding attention appeared in all alt-tab lists;
they were irrelevant and it was impossible to remove them from the
lists.
* src/core/display.c:
Modified:
trunk/ChangeLog
trunk/src/core/display.c
Modified: trunk/src/core/display.c
==============================================================================
--- trunk/src/core/display.c (original)
+++ trunk/src/core/display.c Sun Feb 8 00:22:12 2009
@@ -4434,7 +4434,8 @@
/* Check to see if it demands attention */
if (l_window->wm_state_demands_attention &&
- l_window->workspace!=workspace)
+ l_window->workspace!=workspace &&
+ IN_TAB_CHAIN (l_window, type))
{
/* if it does, add it to the popup */
tab_list = g_list_prepend (tab_list, l_window);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]