14352b336d
- enable python plugins
14 lines
389 B
Plaintext
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
|