openbsd-ports/audio/rhythmbox/patches/patch-shell_main_c
2008-06-09 22:59:42 +00:00

14 lines
389 B
Plaintext

$OpenBSD: patch-shell_main_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
--- shell/main.c.orig Sat Oct 20 03:31:12 2007
+++ shell/main.c Sun Jun 8 19:55:04 2008
@@ -324,7 +324,9 @@ main (int argc, char **argv)
#ifdef ENABLE_PYTHON
pyg_begin_allow_threads;
#endif
+ GDK_THREADS_ENTER ();
gtk_main ();
+ GDK_THREADS_LEAVE ();
#ifdef ENABLE_PYTHON
pyg_end_allow_threads;
#endif