output: Fix GUI output, which was broken in the chart refactoring.
authorBen Pfaff <blp@gnu.org>
Wed, 15 Jul 2009 05:16:14 +0000 (22:16 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 15 Jul 2009 05:16:14 +0000 (22:16 -0700)
Thanks to John Darrington for pointing out my mistake.

src/ui/gui/psppire-output-window.c

index 56d62904edac87253ca32e2b7ba3ce2e7be511d8..35216d4e518502d809fd8e02965d82945fd53f86 100644 (file)
@@ -247,12 +247,11 @@ static struct outp_class psppire_output_class =
     NULL,                       /* open_page */
     NULL,                       /* close_page */
     NULL,                       /* flush */
+    NULL,                       /* output_chart */
     psppire_output_submit,      /* submit */
     NULL,                       /* line */
     NULL,                       /* text_metrics */
     NULL,                       /* text_draw */
-    NULL,                       /* initialise_chart */
-    NULL,                       /* finalise_chart */
   };
 
 void