Make sure ESD gets killed if it's supposed to

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

	* sound-properties-capplet.c (apply_settings): Make sure ESD gets
	killed if it's supposed to
This commit is contained in:
Bradford Hovinen 2001-07-23 21:18:49 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent ad85aa7e6e
commit 1dcdf75859
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-07-23 Bradford Hovinen <hovinen@ximian.com>
* sound-properties-capplet.c (apply_settings): Make sure ESD gets
killed if it's supposed to
2001-07-20 Chema Celorio <chema@celorio.com> 2001-07-20 Chema Celorio <chema@celorio.com>
* RELEASE : 1.5.0 * RELEASE : 1.5.0

View file

@ -55,7 +55,7 @@ apply_settings (Bonobo_ConfigDatabase db)
if (enable_esd && gnome_sound_connection < 0) if (enable_esd && gnome_sound_connection < 0)
start_esd (); start_esd ();
if (!enable_esd && gnome_sound_connection >= 0) if (!enable_esd)
system ("killall esd"); system ("killall esd");
/* I'm not going to deal with reloading samples until later. It's /* I'm not going to deal with reloading samples until later. It's