summaryrefslogtreecommitdiffstats
path: root/audio/swami/files/patch-src::gui::main.c
blob: 2510431855483108a581672f20c2d7c85c5a4e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/gui/main.c.orig	Fri Jun 25 17:40:49 2004
+++ src/gui/main.c	Fri Jun 25 17:41:12 2004
@@ -119,6 +119,9 @@
 
   poptFreeContext (popt_ctx);
 
+  /* keep sound alive */
+  gtk_timeout_add(10, gtk_true, NULL);
+
   gdk_threads_enter ();
   gtk_main ();			/* kick it in the main GTK loop */
   gdk_threads_leave ();
OpenPOWER on IntegriCloud