Use gssize for length, not gsize.
2003-08-26 Matthias Clasen <maclas@gmx.de> * gtk/gtkuimanager.[hc] (gtk_ui_manager_add_ui_from_string): Use gssize for length, not gsize. * gtk/gtkuimanager.c: Refactor the XML format a bit: rename <Root> to <ui> and make it optional in strings. Rename verb to action, <dockitem> to <toolbar>, <menu> to <menubar>, <submenu> to <menu>. * demos/gtk-demo/appwindow.c: * tests/testactions.c: * tests/testmerge.c: * tests/merge-1.ui: * tests/merge-2.ui: * tests/merge-3.ui: Adjust to the new XML format.
This commit is contained in:
committed by
Matthias Clasen
parent
2be259b24a
commit
720bdb8daf
@ -428,7 +428,7 @@ gtk_action_sync_property (GtkAction *action,
|
||||
|
||||
property = g_param_spec_get_name (pspec);
|
||||
|
||||
g_value_init(&value, G_PARAM_SPEC_VALUE_TYPE (pspec));
|
||||
g_value_init (&value, G_PARAM_SPEC_VALUE_TYPE (pspec));
|
||||
g_object_get_property (G_OBJECT (action), property, &value);
|
||||
|
||||
g_object_set_property (G_OBJECT (proxy), property, &value);
|
||||
|
||||
Reference in New Issue
Block a user