Save the ChangeLog before committing this time. Grrrr....

This commit is contained in:
Elijah Newren 2004-09-15 16:43:31 +00:00
parent 101a097f02
commit b8b647e346

View File

@ -3,7 +3,14 @@
Prevent focus inconsistencies by only providing one focus method
(fixes #151990)
*
* src/screen.c (meta_screen_show_desktop): remove call to
meta_workspace_focus_top_window (it was merely focusing a window
that was going to be hidden anyway, and likely the one that
already had focus)
* src/workspace.[hc]: remove meta_workspace_focus_mru_window and
meta_workspace_focus_top_window from workspace.h, make them static
functions in workspace.c
2004-09-15 Elijah Newren <newren@math.utah.edu>