projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccbfcb8
)
output: Fix GUI output, which was broken in the chart refactoring.
author
Ben Pfaff
<blp@gnu.org>
Wed, 15 Jul 2009 05:16:14 +0000
(22:16 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire-output-window.c
b/src/ui/gui/psppire-output-window.c
index 56d62904edac87253ca32e2b7ba3ce2e7be511d8..35216d4e518502d809fd8e02965d82945fd53f86 100644
(file)
--- a/
src/ui/gui/psppire-output-window.c
+++ b/
src/ui/gui/psppire-output-window.c
@@
-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