X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-descriptives.c;h=ea899dd21e22f32fe6ab6a14aa15a732dce0c5c4;hb=f1ae4ee2876bee191b1bf79672d4bf834750c227;hp=5d2f4b7c5cd75537bba902f5ba2949fe4c8d726c;hpb=e1c4d5d0f0c63ef20927ac2cd7f9ff4e7e4cf5c5;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-descriptives.c b/src/ui/gui/psppire-dialog-action-descriptives.c index 5d2f4b7c5c..ea899dd21e 100644 --- a/src/ui/gui/psppire-dialog-action-descriptives.c +++ b/src/ui/gui/psppire-dialog-action-descriptives.c @@ -199,14 +199,14 @@ psppire_dialog_action_descriptives_activate (PsppireDialogAction *a, GVariant *p PsppireDialogAction *pda = PSPPIRE_DIALOG_ACTION (a); PsppireDialogActionDescriptives *act = PSPPIRE_DIALOG_ACTION_DESCRIPTIVES (a); - GtkBuilder *xml = builder_new ( "descriptives.ui"); + GtkBuilder *xml = builder_new ("descriptives.ui"); GtkWidget *stats_treeview = get_widget_assert (xml, "statistics"); psppire_checkbox_treeview_populate (PSPPIRE_CHECKBOX_TREEVIEW (stats_treeview), B_DS_DEFAULT, N_DESCRIPTIVE_STATS, stats); act->stats = gtk_tree_view_get_model (GTK_TREE_VIEW (stats_treeview)); - + pda->dialog = get_widget_assert (xml, "descriptives-dialog"); pda->source = get_widget_assert (xml, "all-variables"); act->variables = get_widget_assert (xml, "stat-variables");