diff -Nur gnomebaker-0.6.0.dist/src/main.c gnomebaker-0.6.0/src/main.c --- gnomebaker-0.6.0.dist/src/main.c 2006-08-31 01:41:15.000000000 +0200 +++ gnomebaker-0.6.0/src/main.c 2007-01-22 02:01:30.000000000 +0100 @@ -50,6 +50,10 @@ main(gint argc, gchar *argv[]) { GError *error = NULL; + + g_thread_init(NULL); + gdk_threads_init(); + GOptionContext *context = g_option_context_new(_(" - GNOME CD/DVD burning application")); /* add main entries */ g_option_context_add_main_entries(context, entries, GETTEXT_PACKAGE); @@ -74,8 +78,6 @@ #ifdef GST_010 struct poptOption* options = NULL; #else - if (!g_thread_supported ()) g_thread_init(NULL); - gdk_threads_init(); struct poptOption options[] = {