GNOME Bugzilla – Bug 645527
Sound events treeview insensitive
Last modified: 2011-03-23 18:39:49 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
Created attachment 184079 [details] [review] sound: Use GSettings for theme configuration As we should really have been doing before.
Patch looks good to me.
Attachment 184079 [details] pushed as bffcca7 - sound: Use GSettings for theme configuration