treewide: Use struct fmt_spec by value instead of pointer in most cases.
[pspp] / src / ui / gui / psppire-dictview.c
index 5e998fc6f08946a562e565c2648de1103fe0382e..ae429ca1af612635cda8333af8bbc4aa46d31f7a 100644 (file)
@@ -385,7 +385,7 @@ var_icon_cell_data_func (GtkTreeViewColumn *col,
 
   g_object_set (cell,
                "stock-size", GTK_ICON_SIZE_MENU,
-               "icon-name", get_var_measurement_stock_id (var_get_print_format (var)->type,
+               "icon-name", get_var_measurement_stock_id (var_get_print_format (var).type,
                                                           var_get_measure (var)),
                 NULL);