desktop: reversed mimetype to application/x-spss-sps
[pspp] / src / ui / gui / psppire-dialog-action-descriptives.c
index 5d2f4b7c5cd75537bba902f5ba2949fe4c8d726c..ea899dd21e22f32fe6ab6a14aa15a732dce0c5c4 100644 (file)
@@ -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");