gtkhtml r9092 - branches/gnome-2-24/components/editor
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: gtkhtml r9092 - branches/gnome-2-24/components/editor
- Date: Mon, 12 Jan 2009 04:13:43 +0000 (UTC)
Author: msuman
Date: Mon Jan 12 04:13:42 2009
New Revision: 9092
URL: http://svn.gnome.org/viewvc/gtkhtml?rev=9092&view=rev
Log:
Patch from Takao Fujiwara <Takao Fujiwara Sun COM> ** Fix for bug #567130 (Use the localization domain when initializing the Glade UI).
Modified:
branches/gnome-2-24/components/editor/ChangeLog
branches/gnome-2-24/components/editor/gtkhtml-editor-private.c
Modified: branches/gnome-2-24/components/editor/gtkhtml-editor-private.c
==============================================================================
--- branches/gnome-2-24/components/editor/gtkhtml-editor-private.c (original)
+++ branches/gnome-2-24/components/editor/gtkhtml-editor-private.c Mon Jan 12 04:13:42 2009
@@ -198,7 +198,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]