Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 419309
Collapse All | Expand All

(-)gtkhtml-4.2.3/components/editor/main.c (-2 lines)
Lines 373-380 main (gint argc, Link Here
373
	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
373
	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
374
	textdomain (GETTEXT_PACKAGE);
374
	textdomain (GETTEXT_PACKAGE);
375
375
376
	g_thread_init (NULL);
377
378
	gtk_init (&argc, &argv);
376
	gtk_init (&argc, &argv);
379
377
380
	editor = gtkhtml_editor_new ();
378
	editor = gtkhtml_editor_new ();

Return to bug 419309