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 664405 - Typo
Typo
Status: RESOLVED FIXED
Product: gsettings-desktop-schemas
Classification: Core
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-20 08:18 UTC by Marek Černocký
Modified: 2012-03-19 20:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
schemas: Fix typo in example setting (1.27 KB, patch)
2012-03-09 18:35 UTC, Bastien Nocera
none Details | Review

Description Marek Černocký 2011-11-20 08:18:06 UTC
File: org.gnome.desktop.wm.preferences.gschema.xml.in.in
Key: mouse-button-modifier
String: …Modifier is expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>]]>" for example.

The last quotation mark is in the wrong place and it breaks the whole string.
Comment 1 Matthias Clasen 2011-11-20 20:52:03 UTC
The placement of that quotation mark should really make no difference at all.
What is the error you are seeing ?
Comment 2 Marek Černocký 2011-11-21 06:20:07 UTC
Last quotation mark is placed after CDATA's bracket instead key's bracket

<![CDATA["<Alt>"]]>   OK
<![CDATA["<Super>]]>"   Bad
Comment 3 Bastien Nocera 2012-03-09 18:35:43 UTC
Created attachment 209344 [details] [review]
schemas: Fix typo in example setting

Spotted by Marek Černocký <marek@manet.cz>
Comment 4 Daniel Mustieles 2012-03-19 20:24:44 UTC
This bug has been fixed in master branch