]> saetta.ns0.it Git - libgdaex/commitdiff
Typo in GdaExGrid (closes #801).
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 19 Nov 2013 11:48:28 +0000 (12:48 +0100)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Tue, 19 Nov 2013 11:48:28 +0000 (12:48 +0100)
src/grid.c

index 482b4868aeaaca782b3db581c576fe85f282df32..ded508e549e2fd492d4c1f55a18a5fe5dda3bf0c 100644 (file)
@@ -393,7 +393,7 @@ gdaex_grid_fill_from_datamodel (GdaExGrid *grid, GdaDataModel *dm, GError **erro
                                                  || gdaex_col_gtype == G_TYPE_FLOAT
                                                  || gdaex_col_gtype == G_TYPE_DOUBLE)
                                                 && gdaex_grid_column_get_decimals (gdaex_col) > -1))
-                                           && gdaex_grid_column_get_reorderable (gdaex_col))
+                                           && gdaex_grid_column_get_sortable (gdaex_col))
                                                {
                                                        columns[cols_sorted] = cols_sorted;
 
@@ -512,7 +512,7 @@ static GtkTreeModel
                                {
                                        gtype[col] = G_TYPE_STRING;
 
-                                       if (gdaex_grid_column_get_reorderable (gcolumn))
+                                       if (gdaex_grid_column_get_sortable (gcolumn))
                                                {
                                                        /* add one column for sorting */
                                                        gtype = g_renew (GType, gtype, ++cols);
@@ -614,7 +614,7 @@ static GtkTreeView
                                                        gtk_tree_view_column_add_attribute (vcolumn, (GtkCellRenderer *)cells->data, "text", col);
                                                }
 
-                                       if (gdaex_grid_column_get_reorderable (gcolumn))
+                                       if (gdaex_grid_column_get_sortable (gcolumn))
                                                {
                                                        if (col_gtype == G_TYPE_DATE
                                                            || col_gtype == G_TYPE_DATE_TIME