comparison libgui/src/octave-gui.cc @ 16486:b1b8a963f095

* octave-gui.cc (octave_start_gui): Restore call to dissociate_terminal.
author John W. Eaton <jwe@octave.org>
date Tue, 09 Apr 2013 23:12:19 -0400
parents 04c4dd7fd3ce
children 49832f60282e
comparison
equal deleted inserted replaced
16485:8b783661e03f 16486:b1b8a963f095
78 } 78 }
79 79
80 int 80 int
81 octave_start_gui (int argc, char *argv[]) 81 octave_start_gui (int argc, char *argv[])
82 { 82 {
83 // dissociate_terminal (); 83 dissociate_terminal ();
84 84
85 QApplication application (argc, argv); 85 QApplication application (argc, argv);
86 86
87 while (true) 87 while (true)
88 { 88 {