After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741505 - Typo in handling of XDG_CURRENT_DESKTOP
Typo in handling of XDG_CURRENT_DESKTOP
Status: RESOLVED FIXED
Product: gnome-menus
Classification: Core
Component: libgnome-menu
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-menus dummy account
gnome-menus dummy account
Depends on:
Blocks:
 
 
Reported: 2014-12-14 12:16 UTC by Josselin Mouette
Modified: 2014-12-14 19:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josselin Mouette 2014-12-14 12:16:48 UTC
There’s a typo in commit b4546ab43c2c7ef6fb6cb7e5db83dc3975b56e8e which added support for multiple desktops:

    if (desktops) desktops = "";

it should be: if (!desktops) instead.
Comment 1 Jasper St. Pierre (not reading bugmail) 2014-12-14 19:25:35 UTC
Can you push a patch? I'm not at a computer where I can easily fix it. No need for me to review it.
Comment 2 Josselin Mouette 2014-12-14 19:39:09 UTC
Thanks, pushed to master.