summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorElijah Newren <newren@math.utah.edu>2004-08-08 04:11:33 +0000
committerElijah Newren <newren@src.gnome.org>2004-08-08 04:11:33 +0000
commit118a1fb76a0b32ddb6346cb8e647fb62900d5790 (patch)
tree83b5c088751539171b089b4e50ac684ae03eecc3 /ChangeLog
parentbd73853f72c7a128c5fa750e7adce64b354c036f (diff)
downloadmetacity-118a1fb76a0b32ddb6346cb8e647fb62900d5790.tar.gz
activating the current workspace should be a no-op. This prevents a race
2004-08-07 Elijah Newren <newren@math.utah.edu> * src/display.c (event_callback): activating the current workspace should be a no-op. This prevents a race condition in focus window choice when activating a window via the taskbar. Fix for #149589.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 15ef8efc..f184042f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
2004-08-07 Elijah Newren <newren@math.utah.edu>
- * window.c, window.h: Revert Rob's 2004-07-31 patch that ignored
- net_wm_user_time when unminimizing a window
+ * src/display.c (event_callback): activating the current workspace
+ should be a no-op. This prevents a race condition in focus window
+ choice when activating a window via the taskbar. Fix for #149589.
- * window.c (meta_window_activate): If a nonzero timestamp is
+2004-08-07 Elijah Newren <newren@math.utah.edu>
+
+ * src/window.c, src/window.h: Revert Rob's 2004-07-31 patch that
+ ignored net_wm_user_time when unminimizing a window
+
+ * src/window.c (meta_window_activate): If a nonzero timestamp is
passed, update the window's net_wm_user_time accordingly. (see
comments 102-108 of bug 118372)