output-item: Make label a part of every output_item.
[pspp] / src / output / cairo-fsm.c
index 6988d3f76cebe523cca41cbde82cbb239f3430a4..1241dbd77a1141129e0754556614ea40ce60a353 100644 (file)
@@ -988,7 +988,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 ();