Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DesktopName: don't duplicate entries with same name
If a DesktopName command was issued multiple times, such as: FvwmCommand 'DesktopName 2 SirLoin' FvwmCommand 'DesktopName 2 SirLoin' FvwmCommand 'DesktopName 2 SirLoin' FvwmCommand 'DesktopName 2 SirLoin' Subsequent calls to change 'DesktopName 2' to something would take `n` times, due to the fact that repeated calls to store the same DesktopName for a given desktop were accumulating rather than replacing. Change the logic for this such that there is no string comparison when setting DesktopNames. Fixes #606
- Loading branch information