[rkward-cvs] rkward/rkward/windows rkcommandeditorwindow.cpp,1.6,1.7

Pierre ecoch at users.sourceforge.net
Wed Oct 27 08:58:19 UTC 2004


Update of /cvsroot/rkward/rkward/rkward/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25474

Modified Files:
	rkcommandeditorwindow.cpp 
Log Message:
Hides a bug.

Index: rkcommandeditorwindow.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkcommandeditorwindow.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** rkcommandeditorwindow.cpp	22 Oct 2004 15:23:24 -0000	1.6
--- rkcommandeditorwindow.cpp	27 Oct 2004 08:58:16 -0000	1.7
***************
*** 78,83 ****
  	KAction * run_selection = new KAction (i18n ("Run selection"), KShortcut ("Ctrl+E"), this, SLOT (runSelection ()), actionCollection(), "run_selection" );
  	run_selection->setWhatsThis(i18n("Use this to run the current selection"));
! 	KAction * interrupt = new KAction (i18n ("Interrupt command"), KShortcut ("Ctrl+I"), this, SLOT (interruptCommand ()), actionCollection(), "interrupt" );
! 	interrupt->setWhatsThis(i18n("Use this to interrupt the current command"));
  
  	KLibFactory *factory = KLibLoader::self()->factory( "libkatepart" );
--- 78,83 ----
  	KAction * run_selection = new KAction (i18n ("Run selection"), KShortcut ("Ctrl+E"), this, SLOT (runSelection ()), actionCollection(), "run_selection" );
  	run_selection->setWhatsThis(i18n("Use this to run the current selection"));
! 	/*KAction * interrupt = new KAction (i18n ("Interrupt command"), KShortcut ("Ctrl+I"), this, SLOT (interruptCommand ()), actionCollection(), "interrupt" );
! 	interrupt->setWhatsThis(i18n("Use this to interrupt the current command"));*/
  
  	KLibFactory *factory = KLibLoader::self()->factory( "libkatepart" );
***************
*** 92,95 ****
--- 92,96 ----
  	resize (minimumSizeHint ().expandedTo (QSize (640, 480)));
  	
+ 	
  	show ();
  }
***************
*** 170,174 ****
  void RKCommandEditorWindow::interruptCommand () {
  	RK_TRACE (COMMANDEDITOR);
! 	RKGlobals::rInterface ()->cancelCommand (user_command);
  }
  
--- 171,175 ----
  void RKCommandEditorWindow::interruptCommand () {
  	RK_TRACE (COMMANDEDITOR);
! 
  }
  





More information about the rkward-tracker mailing list