pkgsrc/audio/rhythmbox/patches/patch-ae
drochner aa6daaa592 update to 0.9.5
This is a major update, too many individual changes to list here.
Most notably: uses the gstreamer-0.10 framework now.

(That's still not that great software, there is an appearent ressource
leak which makes switching between play channels fail after a while.)
2006-07-02 11:32:40 +00:00

14 lines
369 B
Text

$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");