diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-30 14:11:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-30 14:11:50 +0000 |
commit | 4a481c6d87bfe17753236303ba01447c78c5ef81 (patch) | |
tree | d2204a0fa95549616acf99c5de683fe5b7be6c8f /gtk/gtkuimanager.c | |
parent | 7ee4ea8719283be67608bcfe7372e800c38fc2a9 (diff) | |
download | gtk+-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.c | 2 |
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)); |