mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
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:
parent
6663cc051d
commit
293e7fbe1d
@ -1,5 +1,8 @@
|
|||||||
2005-08-27 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
|
||||||
when G_MAXLONG is passed as length.
|
when G_MAXLONG is passed as length.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-08-27 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
|
||||||
when G_MAXLONG is passed as length.
|
when G_MAXLONG is passed as length.
|
||||||
|
|
||||||
|
@ -239,7 +239,7 @@ gtk_ui_manager_class_init (GtkUIManagerClass *klass)
|
|||||||
g_param_spec_string ("ui",
|
g_param_spec_string ("ui",
|
||||||
P_("Merged UI definition"),
|
P_("Merged UI definition"),
|
||||||
P_("An XML string describing the merged UI"),
|
P_("An XML string describing the merged UI"),
|
||||||
NULL,
|
"<ui>\n</ui>",
|
||||||
GTK_PARAM_READABLE));
|
GTK_PARAM_READABLE));
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user