]> Pileus Git - ~andy/gtk/commitdiff
Another fix for the default value of the "ui" property.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 30 Aug 2005 14:11:50 +0000 (14:11 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 30 Aug 2005 14:11:50 +0000 (14:11 +0000)
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.

ChangeLog
ChangeLog.pre-2-10
gtk/gtkuimanager.c

index 7bdfbd12c23cb3a6c15c4b550ff00ac9551965e8..8a781b7e23186e2bff06bf54520062c5907be5fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: 
index 7bdfbd12c23cb3a6c15c4b550ff00ac9551965e8..8a781b7e23186e2bff06bf54520062c5907be5fd 100644 (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: 
index 8cf0c1a7c857e2c509cf0ceac5ea2c8b6a32c983..bde6ccf8300306b286e7a14f5845dcfa0623ca34 100644 (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));