diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-08 05:17:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-08 05:17:33 +0000 |
commit | d1cf6c08547e1fd065c7c833f773320482265fed (patch) | |
tree | 682aa4ece3b38b90fb68bff598237e8fabb28a02 /accessibility | |
parent | 9b8f4471450e98a12c13429d7c3e52d8de7c194f (diff) | |
download | ports-d1cf6c08547e1fd065c7c833f773320482265fed.tar.gz ports-d1cf6c08547e1fd065c7c833f773320482265fed.zip |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnopernicus/files/patch-srcore_srspc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/accessibility/gnopernicus/files/patch-srcore_srspc.c b/accessibility/gnopernicus/files/patch-srcore_srspc.c new file mode 100644 index 000000000000..d6d68bb9b37a --- /dev/null +++ b/accessibility/gnopernicus/files/patch-srcore_srspc.c @@ -0,0 +1,12 @@ +--- srcore/srspc.c.orig Sun May 8 01:10:29 2005 ++++ srcore/srspc.c Sun May 8 01:10:37 2005 +@@ -1531,8 +1531,8 @@ src_timeout_start_speech (gpointer data) + static void + src_restart_speech () + { +- g_printerr ("\nRestarting speech.\n"); + gboolean use_speech = FALSE; ++ g_printerr ("\nRestarting speech.\n"); + SET_SRCORE_CONFIG_DATA (SRCORE_SPEECH_ACTIVE, CFGT_BOOL, &use_speech); + g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL); + } |