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 94901 - Using unescaped strings for gconf keys
Using unescaped strings for gconf keys
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: gnome-volume-control
2.0.x
Other Linux
: Normal major
: ---
Assigned To: Iain
gnome media maintainers
Depends on:
Blocks:
 
 
Reported: 2002-10-04 20:25 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0



Description Havoc Pennington 2002-10-04 20:25:07 UTC
Need to gconf_escape_key()

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75144
Comment 1 Iain 2002-10-08 00:00:30 UTC
Oh this is fixed.
Didn't use gconf_escape_key, just changed the bad chars to _ with
g_strdelimit.
Comment 2 Havoc Pennington 2002-10-08 01:16:08 UTC
As long as you got all the chars that gconf considers bad under "bad
chars", that sounds fine.