diff -r 8b9cfc26638c -r bd28847feede main.cpp --- a/main.cpp Wed Apr 25 16:02:54 2007 +0000 +++ b/main.cpp Thu May 17 20:19:03 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;