--- a/components/editor/main.c 2012-04-19 06:47:55.102008825 +0200 +++ b/components/editor/main.c 2012-04-19 06:48:59.012012204 +0200 @@ -373,10 +373,6 @@ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); - g_thread_init (NULL); - - gtk_init (&argc, &argv); - editor = gtkhtml_editor_new (); manager = gtkhtml_editor_get_ui_manager (GTKHTML_EDITOR (editor));