summaryrefslogtreecommitdiffstats
path: root/accessibility/dasher/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 11:56:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 11:56:55 +0800
commit6f612f248a5c2582d543567e2ed20c91daac086d (patch)
treea439027971bf31af15838ab650c9a16d77d6c55c /accessibility/dasher/files
parent0dc239527e93887d6c67448c7bf8c350445523eb (diff)
downloadmarcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.gz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.bz2
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.lz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.xz
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.tar.zst
marcuscom-ports-6f612f248a5c2582d543567e2ed20c91daac086d.zip
Update to 3.2.18.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4735 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/dasher/files')
-rw-r--r--accessibility/dasher/files/patch-Src_Gtk2_speech.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/accessibility/dasher/files/patch-Src_Gtk2_speech.cc b/accessibility/dasher/files/patch-Src_Gtk2_speech.cc
new file mode 100644
index 000000000..7622867db
--- /dev/null
+++ b/accessibility/dasher/files/patch-Src_Gtk2_speech.cc
@@ -0,0 +1,12 @@
+--- Src/Gtk2/speech.cc.orig Fri Aug 19 09:57:44 2005
++++ Src/Gtk2/speech.cc Mon Aug 22 20:23:21 2005
+@@ -78,7 +78,8 @@ void setup_speech() {
+ void teardown_speech() {
+
+ bonobo_object_release_unref (speaker, NULL);
+- CORBA_free (voices);
++ if (voices != NULL && !BONOBO_EX (&ev) && voices->_length != 0)
++ CORBA_free (voices);
+ GNOME_Speech_SynthesisDriver_unref(rv, &ev);
+ CORBA_exception_free (&ev);
+