From: John Darrington Date: Fri, 1 Jul 2011 16:19:16 +0000 (+0200) Subject: Replace deprecated function call X-Git-Tag: v0.7.9~246 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=377465b1ebfd1c09acfeb53852fa42b6af33339f;p=pspp-builds.git Replace deprecated function call --- diff --git a/src/ui/gui/aggregate-dialog.c b/src/ui/gui/aggregate-dialog.c index 207bbd4d..c06011da 100644 --- a/src/ui/gui/aggregate-dialog.c +++ b/src/ui/gui/aggregate-dialog.c @@ -533,7 +533,7 @@ aggregate_dialog (PsppireDataWindow *dw) column = gtk_tree_view_get_column (PSPPIRE_ACR (fd.summary_acr)->tv, 0); - l = gtk_tree_view_column_get_cell_renderers (column); + l = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (column)); cell_renderer = l->data;