the colour used for the dataset is now black. The previous default
from the Tango palette was too faint to see easily.
+ * The varible info dialog could previously only paste a single variable.
+ Now it can paste multiple variables.
+
* Bug fixes, including the following:
- T-test with independent samples GUI crashed with string
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013, 2014 Free Software Foundation
+ Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013, 2014, 2016 Free Software Foundation
This program is free software: you can redistribute it and/or modify
GtkTreeView *tv = GTK_TREE_VIEW (pda->source);
GtkTreeSelection *selection = gtk_tree_view_get_selection (tv);
- return gtk_tree_selection_count_selected_rows (selection) == 1;
+ return gtk_tree_selection_count_selected_rows (selection) >= 1;
}
static gchar *
{
return generate_syntax__ (act, "");
}
+
\f
+
static void
populate_output (GtkTreeSelection *selection, gpointer data)
{