X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-frequencies.c;h=70726bec137c36f10d4dfd31a91d95b8791b2bef;hb=96994a54e60e9c95b8bba54c2281acf7059b1203;hp=c987e5ee903b1b5c20162ec64f9de732841f5695;hpb=369c24f1d085a41ec274ebae5fc198fcee567653;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-frequencies.c b/src/ui/gui/psppire-dialog-action-frequencies.c index c987e5ee90..70726bec13 100644 --- a/src/ui/gui/psppire-dialog-action-frequencies.c +++ b/src/ui/gui/psppire-dialog-action-frequencies.c @@ -184,7 +184,7 @@ on_charts_clicked (PsppireDialogActionFrequencies *fd) ret = psppire_dialog_run (PSPPIRE_DIALOG (fd->charts_dialog)); - if ( ret == PSPPIRE_RESPONSE_CONTINUE ) + if (ret == PSPPIRE_RESPONSE_CONTINUE) { fd->charts_opts_use_min = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (fd->min)); fd->charts_opts_min = gtk_spin_button_get_value (GTK_SPIN_BUTTON (fd->min_spin)); @@ -257,7 +257,7 @@ psppire_dialog_action_frequencies_activate (PsppireDialogAction *a, GVariant *pa PsppireDialogActionFrequencies *act = PSPPIRE_DIALOG_ACTION_FREQUENCIES (a); PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); - GtkBuilder *xml = builder_new ( "frequencies.ui"); + GtkBuilder *xml = builder_new ("frequencies.ui"); GtkWidget *stats_treeview = get_widget_assert (xml, "stats-treeview");