Disable launch of esd, due to esd's general suckiness

2001-07-12  Bradford Hovinen  <hovinen@ximian.com>

	* sound-properties-capplet.c (apply_settings): Disable launch of
	esd, due to esd's general suckiness
This commit is contained in:
Bradford Hovinen 2001-07-12 21:40:03 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent a01cd1f4d7
commit 4f09b08432
2 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2001-07-12 Bradford Hovinen <hovinen@ximian.com>
* sound-properties-capplet.c (apply_settings): Disable launch of
esd, due to esd's general suckiness
* sound-properties.xml: Update to use correct names for settings
* sound-properties-capplet.c (set_moniker_cb): Change event_sound

View file

@ -94,8 +94,10 @@ apply_settings (Bonobo_ConfigDatabase db)
enable_esd = bonobo_config_get_boolean (db, "/main/enable_esd", NULL);
#if 0
if (enable_esd && gnome_sound_connection < 0)
start_esd ();
#endif
if (!enable_esd && gnome_sound_connection >= 0)
system ("killall esd");