]> git.pld-linux.org Git - packages/control-center.git/blob - control-center-nosound.patch
- updated to 2.8.2
[packages/control-center.git] / control-center-nosound.patch
1 --- control-center-1.0.2/capplets/sound-properties/sound-properties.c.nosound   Wed Mar 10 18:05:17 1999
2 +++ control-center-1.0.2/capplets/sound-properties/sound-properties.c   Wed Mar 10 18:06:35 1999
3 @@ -131,7 +131,7 @@
4  #ifdef HAVE_ESD
5          if(token) {
6              if(gnome_sound_connection < 0
7 -               && gnome_config_get_bool("/sound/system/settings/start_esd=true")) {
8 +               && gnome_config_get_bool("/sound/system/settings/start_esd=false")) {
9                  int esdpid;
10                  static const char *esd_cmdline[] = {"esd", "-nobeeps", NULL};
11                  char *tmpargv[3];
12 @@ -244,7 +244,7 @@
13                          FALSE, FALSE, 0);
14                          
15      gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(retval->enable_esd_startup),
16 -                                gnome_config_get_bool("/sound/system/settings/start_esd=true"));
17 +                                gnome_config_get_bool("/sound/system/settings/start_esd=false"));
18  
19      retval->enable_sound_events =
20          gtk_check_button_new_with_label(_("Sounds for events"));
21 @@ -636,7 +636,7 @@
22  ui_do_revert(GtkWidget *w, SoundProps *props)
23  {
24      gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(props->enable_esd_startup),
25 -                                gnome_config_get_bool("/sound/system/settings/start_esd=true"));
26 +                                gnome_config_get_bool("/sound/system/settings/start_esd=false"));
27  
28      gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(props->enable_sound_events),
29                                  gnome_config_get_bool("/sound/system/settings/event_sounds=true"));
This page took 0.239658 seconds and 3 git commands to generate.