X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-correlation.c;h=456ce15d324476d62c49986b9a64eb95824c23bd;hb=a67af165ac29e2daadf950a84b536b6b7b408a31;hp=c86dd51165644eab89608afa302eb2a3e4817316;hpb=3e4bee90c58e9ebf4ac024ab918824b92b71059a;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-correlation.c b/src/ui/gui/psppire-dialog-action-correlation.c index c86dd51165..456ce15d32 100644 --- a/src/ui/gui/psppire-dialog-action-correlation.c +++ b/src/ui/gui/psppire-dialog-action-correlation.c @@ -78,8 +78,10 @@ dialog_state_valid (gpointer user_data) } static void -refresh (PsppireDialogActionCorrelation *rd) +refresh (PsppireDialogAction *rd_) { + PsppireDialogActionCorrelation *rd = + PSPPIRE_DIALOG_ACTION_CORRELATION (rd_); GtkTreeModel *liststore = gtk_tree_view_get_model (GTK_TREE_VIEW (rd->variables)); gtk_list_store_clear (GTK_LIST_STORE (liststore));