Closing a tab with CTRL+W in CVS-HEAD closes all tabs and destroys the entire Kst session in HEAD.
SVN commit 469645 by staikos: Remove the Close menu item. It doesn't make sense in MDI. BUG: 112494 M +0 -3 kst.cpp --- trunk/extragear/graphics/kst/kst/kst.cpp #469644:469645 @@ -380,9 +380,6 @@ fileSaveAs = KStdAction::saveAs(this, SLOT(slotFileSaveAs()), actionCollection()); fileSaveAs->setWhatsThis(i18n("Save to new Kst plot file.")); - fileClose = KStdAction::close(this, SLOT(slotFileNew()), actionCollection()); - fileClose->setWhatsThis(i18n("Close current Kst plot file.")); - fileQuit = KStdAction::quit(this, SLOT(slotFileClose()), actionCollection()); fileQuit->setWhatsThis(i18n("Quit Kst."));
Change version to 1.x