[Kst] [Bug 112494] Closing a tab closes all tabs
George Staikos
staikos at kde.org
Tue Oct 11 22:47:42 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=112494
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2005-10-11 22:47 -------
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."));
More information about the Kst
mailing list