File bnc-449966-gtkhtml-replace-dialog.patch of Package gtkhtml2

Index: components/editor/gtkhtml-editor-private.c
===================================================================
--- components/editor/gtkhtml-editor-private.c	(revision 9057)
+++ components/editor/gtkhtml-editor-private.c	(working copy)
@@ -19,6 +19,7 @@
  */
 
 #include "gtkhtml-editor-private.h"
+#include "config.h"
 
 #include <stdlib.h>
 
@@ -218,7 +219,7 @@
 	glade_provide ("gtkhtml-editor");
 
 	filename = gtkhtml_editor_find_data_file ("gtkhtml-editor.glade");
-	priv->glade_xml = glade_xml_new (filename, NULL, NULL);
+	priv->glade_xml = glade_xml_new (filename, NULL, GETTEXT_PACKAGE);
 	glade_xml_signal_autoconnect (priv->glade_xml);
 	g_free (filename);
 
openSUSE Build Service is sponsored by