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.
This commit is contained in:
Matthias Clasen 2005-08-30 14:11:50 +00:00 committed by Matthias Clasen
parent 7ee4ea8719
commit 4a481c6d87
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:

View File

@ -1,3 +1,8 @@
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.
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:

View File

@ -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));