summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-30 14:11:50 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-30 14:11:50 +0000
commit4a481c6d87bfe17753236303ba01447c78c5ef81 (patch)
treed2204a0fa95549616acf99c5de683fe5b7be6c8f /gtk/gtkuimanager.c
parent7ee4ea8719283be67608bcfe7372e800c38fc2a9 (diff)
downloadgtk+-4a481c6d87bfe17753236303ba01447c78c5ef81.tar.gz
Another fix for the default value of the "ui" property.
2005-08-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another fix for the default value of the "ui" property.
Diffstat (limited to 'gtk/gtkuimanager.c')
-rw-r--r--gtk/gtkuimanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkuimanager.c b/gtk/gtkuimanager.c
index 8cf0c1a7c8..bde6ccf830 100644
--- a/gtk/gtkuimanager.c
+++ b/gtk/gtkuimanager.c
@@ -239,7 +239,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
g_param_spec_string ("ui",
P_("Merged UI definition"),
P_("An XML string describing the merged UI"),
- "<ui>\n</ui>",
+ "<ui>\n</ui>\n",
GTK_PARAM_READABLE));