gui: Avoid creating empty output window at startup time.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 8 May 2011 05:03:31 +0000 (22:03 -0700)
committerBen 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

index a9b8848eff534897b2ee261af158b46da2d62c48..e1e352f5cd12fbd196bc189689a31d155c94d72b 100644 (file)
@@ -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, "");
 }