Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 177975 | Differences between
and this patch

Collapse All | Expand All

(-)src/main.c (-3 / +5 lines)
Lines 49-54 static GOptionEntry entries[] = Link Here
49
gint
49
gint
50
main(gint argc, gchar *argv[])
50
main(gint argc, gchar *argv[])
51
{
51
{
52
    /* This must happen before any other GLib function is called */
53
    if (!g_thread_supported ()) g_thread_init(NULL);
54
52
	GError *error = NULL;
55
	GError *error = NULL;
53
	GOptionContext *context = g_option_context_new(_(" - GNOME CD/DVD burning application"));
56
	GOptionContext *context = g_option_context_new(_(" - GNOME CD/DVD burning application"));
54
	/* add main entries */
57
	/* add main entries */
Lines 71-82 main(gint argc, gchar *argv[]) Link Here
71
    textdomain (GETTEXT_PACKAGE);
74
    textdomain (GETTEXT_PACKAGE);
72
#endif
75
#endif
73
76
77
    gdk_threads_init();
78
74
#ifdef GST_010
79
#ifdef GST_010
75
    struct poptOption* options = NULL;
80
    struct poptOption* options = NULL;
76
#else
81
#else
77
    if (!g_thread_supported ()) g_thread_init(NULL);
78
    gdk_threads_init();
79
80
	struct poptOption options[] =
82
	struct poptOption options[] =
81
	{
83
	{
82
    	{NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, "GStreamer", NULL},
84
    	{NULL, '\0', POPT_ARG_INCLUDE_TABLE, NULL, 0, "GStreamer", NULL},

Return to bug 177975