summaryrefslogtreecommitdiff
path: root/libslab/app-resizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r--libslab/app-resizer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libslab/app-resizer.c b/libslab/app-resizer.c
index 17cac755..8a2f1df6 100644
--- a/libslab/app-resizer.c
+++ b/libslab/app-resizer.c
@@ -253,7 +253,7 @@ app_resizer_size_allocate (GtkWidget * widget, GtkAllocation * allocation)
#if GTK_CHECK_VERSION (3, 0, 0)
gtk_widget_get_preferred_size (GTK_WIDGET (resizer->cached_tables_list->data), other_requisiton, NULL);
#else
- other_requisiton = &GTK_WIDGET (resizer->cached_tables_list->data)->child_requisition;
+ other_requisiton = &GTK_WIDGET (resizer->cached_tables_list->data)->requisition;
#endif
useable_area =