forked from AuroraMiddleware/gtk
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:
parent
7ee4ea8719
commit
4a481c6d87
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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));
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user