diff -r 8b9cfc26638c -r 9c86935835a4 main.cpp --- a/main.cpp Wed Apr 25 16:02:54 2007 +0000 +++ b/main.cpp Wed May 02 15:31:20 2007 +0000 @@ -134,7 +134,6 @@ // Initialize window of TextEditor textEditor = new TextEditor(); textEditor->setIcon (QPixmap (iconPath+"vym-editor.png")); - if (textEditor->showWithMain()) textEditor->show(); // Initialize mainwindow Main m;