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:
parent
ad85aa7e6e
commit
1dcdf75859
2 changed files with 6 additions and 1 deletions
|
@ -55,7 +55,7 @@ apply_settings (Bonobo_ConfigDatabase db)
|
|||
if (enable_esd && gnome_sound_connection < 0)
|
||||
start_esd ();
|
||||
|
||||
if (!enable_esd && gnome_sound_connection >= 0)
|
||||
if (!enable_esd)
|
||||
system ("killall esd");
|
||||
|
||||
/* I'm not going to deal with reloading samples until later. It's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue