summaryrefslogtreecommitdiff
path: root/multimedia/gxine/patches/patch-ao
blob: 8b2f6956ef857750fcc460cc424852b9d3610cf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ao,v 1.2 2006/07/07 18:28:48 drochner Exp $

--- src/ui.c.orig	2006-05-17 23:59:45.000000000 +0200
+++ src/ui.c
@@ -948,11 +948,9 @@ void ui_init (void)
 gboolean ui_post_init (void)
 {
   unsigned int i;
-  gdk_threads_enter ();
   for (i = 0; i < G_N_ELEMENTS (ranges); ++i)
     if (ranges[i].param && i != Control_VOLUME)
       xine_set_param (stream, ranges[i].param, starts[i]);
-  gdk_threads_leave ();
   return FALSE;
 }