~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/GLib_threading.patch

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur trunk/src/gui.c trunk.new/src/gui.c
 
2
--- trunk/src/gui.c     2006-11-25 12:46:54.000000000 +0100
 
3
+++ trunk.new/src/gui.c 2007-10-07 18:57:16.000000000 +0200
 
4
@@ -1079,6 +1079,7 @@
 
5
        
 
6
 #if GNOME_14
 
7
        ctx = g_option_context_new("- Gnomeradio");
 
8
+        if (!g_thread_supported ()) g_thread_init(NULL);
 
9
        g_option_context_add_main_entries(ctx, entries, GETTEXT_PACKAGE);  
 
10
        g_option_context_add_group(ctx, gst_init_get_option_group());
 
11
        g_option_context_set_ignore_unknown_options(ctx, TRUE);