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:
27e94a1
)
gui: Avoid creating empty output window at startup time.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 May 2011 05:03:31 +0000
(22:03 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 8 May 2011 05:03:31 +0000
(22:03 -0700)
Reported by Harry Thijssen.
Bug #33234.
src/ui/gui/psppire.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/psppire.c
b/src/ui/gui/psppire.c
index a9b8848eff534897b2ee261af158b46da2d62c48..e1e352f5cd12fbd196bc189689a31d155c94d72b 100644
(file)
--- a/
src/ui/gui/psppire.c
+++ b/
src/ui/gui/psppire.c
@@
-105,7
+105,6
@@
initialize (const char *data_file)
data_window = psppire_default_data_window ();
if (data_file != NULL)
load_data_file (data_window, data_file);
- execute_const_syntax_string (data_window, "");
}