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 645527 - Sound events treeview insensitive
Sound events treeview insensitive
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-22 14:31 UTC by Cosimo Cecchi
Modified: 2011-03-23 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sound: Use GSettings for theme configuration (7.75 KB, patch)
2011-03-22 15:08 UTC, Bastien Nocera
committed Details | Review

Description Cosimo Cecchi 2011-03-22 14:31:47 UTC
Copy/paste from IRC:

<cosimoc> hadess, what does it take to make the "Choose an alert sound" treeview sensitive in g-c-c?
<hadess> cosimoc: it should be enabled by default
<hadess> cosimoc: that particular code didn't change in 3.0
<hadess> cosimoc: events being disabled, which isn't the default
<hadess> haha, that still uses gconf
<hadess> events_enabled = gconf_client_get_bool (chooser->priv->client, EVENT_SOUNDS_KEY, NULL);
<mclasen> ugh
<hadess> cosimoc: can you file a bug please?
<cosimoc> hadess, sure
Comment 1 Bastien Nocera 2011-03-22 15:08:02 UTC
Created attachment 184079 [details] [review]
sound: Use GSettings for theme configuration

As we should really have been doing before.
Comment 2 Matthias Clasen 2011-03-22 17:54:00 UTC
Patch looks good to me.
Comment 3 Bastien Nocera 2011-03-23 18:39:36 UTC
Attachment 184079 [details] pushed as bffcca7 - sound: Use GSettings for theme configuration