summaryrefslogtreecommitdiff
path: root/plugins/gtk+/glade-gtk-table.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtk+/glade-gtk-table.c')
-rw-r--r--plugins/gtk+/glade-gtk-table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-table.c b/plugins/gtk+/glade-gtk-table.c
index 2c67f338..1e51f790 100644
--- a/plugins/gtk+/glade-gtk-table.c
+++ b/plugins/gtk+/glade-gtk-table.c
@@ -563,7 +563,7 @@ glade_gtk_table_child_insert_remove_action (GladeWidgetAdaptor *adaptor,
children = glade_widget_adaptor_get_children (adaptor, container);
/* Make sure widgets does not get destroyed */
- glade_util_object_list_ref (children);
+ glade_util_list_objects_ref (children);
glade_widget_property_get (parent, n_row_col, &size);