X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-correlation.c;h=18cba1c09a0162786b632d88b3955a48a45c14ba;hb=e784ed9c161b6b7aec1402de566e6c09cb2031e0;hp=30c3b05bc771aa134b217ca7826c9f7f97ef8139;hpb=e1c4d5d0f0c63ef20927ac2cd7f9ff4e7e4cf5c5;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-correlation.c b/src/ui/gui/psppire-dialog-action-correlation.c index 30c3b05bc7..18cba1c09a 100644 --- a/src/ui/gui/psppire-dialog-action-correlation.c +++ b/src/ui/gui/psppire-dialog-action-correlation.c @@ -97,7 +97,7 @@ psppire_dialog_action_correlation_activate (PsppireDialogAction *a, GVariant *pa PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionCorrelation *act = PSPPIRE_DIALOG_ACTION_CORRELATION (a); - GtkBuilder *xml = builder_new ( "correlation.ui"); + GtkBuilder *xml = builder_new ("correlation.ui"); pda->dialog = get_widget_assert (xml, "correlation-dialog"); pda->source = get_widget_assert (xml, "dict-view");