summaryrefslogtreecommitdiff
path: root/x11/gnopernicus/patches/patch-ae
blob: 33b8699d0185d5ccf9e8c14366e7c12a1b514fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ae,v 1.3 2005/12/18 22:23:56 rillig Exp $

Keywords: c90

--- srcore/srspc.c.orig	Mon Aug 22 14:08:02 2005
+++ srcore/srspc.c	Sun Dec 18 23:07:08 2005
@@ -1536,8 +1536,9 @@ 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);
     speech_timeout_id = g_timeout_add (SRC_SPEECH_RESTART_TIMEOUT, src_timeout_start_speech, NULL);
 }