openbsd-ports/audio/rhythmbox/patches/patch-shell_main_c
ajacoutot 14352b336d - update to rhythmbox-0.12.2
- enable python plugins
2009-05-31 14:11:36 +00:00

14 lines
389 B
Plaintext

$OpenBSD: patch-shell_main_c,v 1.5 2009/05/31 14:11:36 ajacoutot Exp $
--- shell/main.c.orig Sat May 23 14:33:25 2009
+++ shell/main.c Sun May 31 14:44:37 2009
@@ -329,7 +329,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