blob: d928e1ec9decb4bebdf050f9045f05033c0a4c04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
--- src/gtkgui2/gtk2_gui.cpp.orig 2004-05-03 00:51:21.000000000 +0200
+++ src/gtkgui2/gtk2_gui.cpp 2004-05-03 00:51:33.000000000 +0200
@@ -47,6 +47,7 @@
_mix->quit = true;
} else {
int i;
+ lock();
wait();
/* update channels */
|