Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FvwmPager: Update current desk correctly during init.
When FvwmPager is tracking the current desk and is run on any desk except desk 0, the current desk isn't updated during initialization because the monitor update is sent before the desk update, so the pager didn't realize the desk has changed. This ensures that the pager updates the current desk if either the desk changes or the new desk is not the same as the current desk to also catch updates during pager initialization. Fixes #1122
- Loading branch information