Summary: | Closing a tab closes all tabs | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | George Staikos <staikos> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | grave | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
George Staikos
2005-09-12 19:45:17 UTC
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 |