2002-10-08  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=91535
	* gnome-settings-sound.c : as michael points out it is silly to start
	  the daemon just so that we can stop it.  Dunno much about esound
	  code so the funky logic is left untouched.
This commit is contained in:
Jody Goldberg 2002-10-08 16:53:53 +00:00 committed by Jody Goldberg
parent 54100a3134
commit 4d659c1ed8
3 changed files with 12 additions and 1 deletions

4
NEWS
View file

@ -5,6 +5,10 @@ Jody:
* disable edit button when selecting mime catagory
* Tidy labels and accelerators in file-type edit dialogs
Michael:
http://bugzilla.gnome.org/show_bug.cgi?id=91535
* Don't start esd just to stop it
Iain Holmes:
* Add an image size label for background capplet.

View file

@ -1,3 +1,10 @@
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=91535
* gnome-settings-sound.c : as michael points out it is silly to start
the daemon just so that we can stop it. Dunno much about esound
code so the funky logic is left untouched.
2002-10-08 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=95179

View file

@ -73,7 +73,7 @@ start_esd (void)
}
}
static gboolean set_standby = FALSE;
static gboolean set_standby = TRUE;
/* stop_esd
*