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 545055 - Fix last custom sound not appearing in the combo box
Fix last custom sound not appearing in the combo box
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-27 23:38 UTC by Bastien Nocera
Modified: 2008-07-28 18:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-07-27 23:38:15 UTC
1. Open sounds capplet
2. Select a custom sound for a sound event
3. Select the builtin sound for the sound event
4. Open the drop-down menu again

It should show the custom filename, and work properly
Comment 1 Bastien Nocera 2008-07-28 18:30:46 UTC
2008-07-28  Bastien Nocera  <hadess@hadess.net>

	* sound-theme.c (setting_set_func), (fill_custom_model),
	(save_sounds), (count_customised_sounds), (setting_column_edited):
	When selecting a non-custom sound (such as disabled, or builtin),
	don't remove the previous custom file's filename from the tree store,
	When a custom file was previously selected, always show it in the
	combo box drop-down (Closes: #545055)