cairo: Always save output item in xr_rendering_create().
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 04:53:53 +0000 (21:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 14:28:49 +0000 (07:28 -0700)
Currently xr_rendering_create() only saves the output item passed in if it
is a chart.  However an upcoming commit will have a need for table output
items too, so this commit always saves them.


No differences found