GNOME Bugzilla – Bug 741505
Typo in handling of XDG_CURRENT_DESKTOP
Last modified: 2014-12-14 19:39:09 UTC
There’s a typo in commit b4546ab43c2c7ef6fb6cb7e5db83dc3975b56e8e which added support for multiple desktops: if (desktops) desktops = ""; it should be: if (!desktops) instead.
Can you push a patch? I'm not at a computer where I can easily fix it. No need for me to review it.
Thanks, pushed to master.