Fix the default value of the ui property. (#314532, Yong Wang)

Fix the default
	value of the ui property. (#314532, Yong Wang)
This commit is contained in:
Matthias Clasen 2005-08-27 04:34:00 +00:00
parent 6663cc051d
commit 293e7fbe1d
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-08-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
value of the ui property. (#314532, Yong Wang)
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
when G_MAXLONG is passed as length.

View File

@ -1,5 +1,8 @@
2005-08-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
value of the ui property. (#314532, Yong Wang)
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
when G_MAXLONG is passed as length.

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"),
NULL,
"<ui>\n</ui>",
GTK_PARAM_READABLE));