output-item: Make label a part of every output_item.
[pspp] / src / output / cairo-fsm.c
index 39f1cf02e990fd33ff345975f35daac2dd88aaff..708bedec03756fc379a193151066c31e2197104e 100644 (file)
@@ -992,7 +992,8 @@ xr_fsm_create (const struct output_item *item_,
       item = table_item_super (
         text_item_to_table_item (
           text_item_create (TEXT_ITEM_TITLE,
-                            to_group_open_item (item_)->command_name)));
+                            to_group_open_item (item_)->command_name,
+                            NULL)));
     }
   else
     NOT_REACHED ();