Bug 112494 - Closing a tab closes all tabs
Summary: Closing a tab closes all tabs
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR grave
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 19:45 UTC by George Staikos
Modified: 2010-08-14 14:40 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Staikos 2005-09-12 19:45:17 UTC
Closing a tab with CTRL+W in CVS-HEAD closes all tabs and destroys the entire 
Kst session in HEAD.
Comment 1 George Staikos 2005-10-11 22:47:38 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."));
 
Comment 2 Peter Kümmel 2010-08-14 14:40:43 UTC
Change version to 1.x