diff options
Diffstat (limited to 'libslab/app-resizer.c')
-rw-r--r-- | libslab/app-resizer.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libslab/app-resizer.c b/libslab/app-resizer.c index 1ffeb7e5..da304ecc 100644 --- a/libslab/app-resizer.c +++ b/libslab/app-resizer.c @@ -275,13 +275,12 @@ app_resizer_size_allocate (GtkWidget * widget, GtkAllocation * allocation) } GtkWidget * -app_resizer_new (GtkVBox * child, gint initial_num_columns, gboolean homogeneous, +app_resizer_new (GtkBox * child, gint initial_num_columns, gboolean homogeneous, AppShellData * app_data) { AppResizer *widget; g_assert (child != NULL); - g_assert (GTK_IS_VBOX (child)); widget = g_object_new (APP_RESIZER_TYPE, NULL); widget->cached_element_width = -1; |