GNOME Bugzilla – Bug 107071
Keeping minimized windows at end of Alt+Tab is not working
Last modified: 2004-12-22 21:47:04 UTC
The code tries to put minimized windows at the end of Alt+Tab, but it doesn't work for me. Right now I have four browser windows open; minimize one, press Alt+Tab, the one I minimized is the default one that I would go to.
It turns out that while the tab popup was using the ordering with minimized windows at the end, the get_tab_next function was not, and this was being used to decide what the initial value should be. I'm attaching a patch that fixes this problem.
Created attachment 14986 [details] [review] fix for minimized windows
Thanks, please commit. There was one "g_list_free(" without space before the parens, is the only issue I saw with the patch.
committed