]> git.pld-linux.org Git - packages/control-center.git/blob - control-center-esdrelease.patch
- def-apps-capplet-browsers.patch
[packages/control-center.git] / control-center-esdrelease.patch
1 --- control-center-1.0.3/capplets/sound-properties/sound-properties.c.esdrelease        Sun Mar 14 23:55:16 1999
2 +++ control-center-1.0.3/capplets/sound-properties/sound-properties.c   Sun Mar 14 23:58:57 1999
3 @@ -133,12 +133,13 @@
4              if(gnome_sound_connection < 0
5                 && gnome_config_get_bool("/sound/system/settings/start_esd=false")) {
6                  int esdpid;
7 -                static const char *esd_cmdline[] = {"esd", "-nobeeps", NULL};
8 +                static const char *esd_cmdline[] = {"esd", "-nobeeps", 
9 +                                                    "-as", "30", NULL};
10                  char *tmpargv[3];
11                  char argbuf[32];
12                  time_t starttime;
13  
14 -                esdpid = gnome_execute_async(NULL, 2, (char **)esd_cmdline);
15 +                esdpid = gnome_execute_async(NULL, 4, (char **)esd_cmdline);
16                  g_snprintf(argbuf, sizeof(argbuf), "%d", esdpid);
17                  tmpargv[0] = "kill"; tmpargv[1] = argbuf; tmpargv[2] = NULL;
18                  gnome_client_set_shutdown_command(client, 2, tmpargv);
This page took 0.035391 seconds and 3 git commands to generate.