[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Fri Aug 13 01:46:00 CEST 2004


CVS commit by arwalker: 

Make File->Close close the current Kst file, rather than just the active window.

Fixes part of 87002.


  M +2 -2      kst.cpp   1.207


--- kdeextragear-2/kst/kst/kst.cpp  #1.206:1.207
@@ -289,6 +289,6 @@ void KstApp::initActions() {
   fileSaveAs->setWhatsThis(i18n("Save to new Kst plot file."));
 
-  fileClose = KStdAction::close(this, SLOT(closeActiveView()), actionCollection());
-  fileClose->setWhatsThis(i18n("Close Kst."));
+  fileClose = KStdAction::close(this, SLOT(slotFileNew()), actionCollection());
+  fileClose->setWhatsThis(i18n("Close current Kst plot file."));
 
   fileQuit = KStdAction::quit(this, SLOT(slotFileClose()), actionCollection());





More information about the Kst mailing list