diff options
Diffstat (limited to 'audio/rhythmbox/patches/patch-ae')
-rw-r--r-- | audio/rhythmbox/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/rhythmbox/patches/patch-ae b/audio/rhythmbox/patches/patch-ae new file mode 100644 index 00000000000..b87cbe9b3a6 --- /dev/null +++ b/audio/rhythmbox/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2006/07/02 11:32:40 drochner Exp $ + +--- shell/main.c.orig 2006-05-30 16:44:01.000000000 +0200 ++++ shell/main.c +@@ -372,7 +372,9 @@ main (int argc, char **argv) + } else { + + rb_profile_start ("mainloop"); ++ GDK_THREADS_ENTER (); + gtk_main (); ++ GDK_THREADS_LEAVE (); + rb_profile_end ("mainloop"); + + rb_debug ("out of toplevel loop"); |