http://bugzilla.gnome.org/show_bug.cgi?id=91535 as michael points out it
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:
parent
54100a3134
commit
4d659c1ed8
3 changed files with 12 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -5,6 +5,10 @@ Jody:
|
||||||
* disable edit button when selecting mime catagory
|
* disable edit button when selecting mime catagory
|
||||||
* Tidy labels and accelerators in file-type edit dialogs
|
* 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:
|
Iain Holmes:
|
||||||
* Add an image size label for background capplet.
|
* Add an image size label for background capplet.
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2002-10-08 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=95179
|
http://bugzilla.gnome.org/show_bug.cgi?id=95179
|
||||||
|
|
|
@ -73,7 +73,7 @@ start_esd (void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean set_standby = FALSE;
|
static gboolean set_standby = TRUE;
|
||||||
|
|
||||||
/* stop_esd
|
/* stop_esd
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue