]> saetta.ns0.it Git - libgdaex/commitdiff
GdaExGrid: now print columns in correct order.
authorAndrea Zagli <azagli@libero.it>
Sat, 1 Feb 2014 15:51:35 +0000 (16:51 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 1 Feb 2014 15:51:35 +0000 (16:51 +0100)
src/grid.c

index 088b3d2288eff4d3f7643852c367772572f1e2e5..49b9542fcb775121e1b733b454f0ca4364fd3624 100644 (file)
@@ -651,6 +651,7 @@ static GtkTreeView
                                                {
                                                        gtk_tree_view_column_add_attribute (vcolumn, (GtkCellRenderer *)cells->data, "text", col);
                                                }
+                                       g_object_set_data (G_OBJECT (vcolumn), "rpt_text_col_idx", g_strdup_printf ("%d", col));
 
                                        if (gdaex_grid_column_get_sortable (gcolumn))
                                                {