[rkward-cvs] rkward/rkward rkward.cpp,1.73,1.74

adrien adhardemare at users.sourceforge.net
Wed Apr 6 14:01:22 UTC 2005


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

Modified Files:
	rkward.cpp 
Log Message:
lost a battle but I'll be back soon

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -d -r1.73 -r1.74
*** rkward.cpp	6 Apr 2005 11:49:46 -0000	1.73
--- rkward.cpp	6 Apr 2005 14:01:17 -0000	1.74
***************
*** 1041,1046 ****
  		return;
  
! // 	RKGlobals::rInterface ()->issueCommand (new RCommand ( ((RKCommandEditorWindow*) activeWindow())->getSelection(), RCommand::User, ""));
! 	konsole -> sendInput(((RKCommandEditorWindow*) activeWindow())->getSelection()  ) ;
  }
  
--- 1041,1045 ----
  		return;
  
! 	RKGlobals::rInterface ()->issueCommand (new RCommand ( ((RKCommandEditorWindow*) activeWindow())->getSelection(), RCommand::User, ""));
  }
  
***************
*** 1053,1058 ****
  		return;
  		
! // 	RKGlobals::rInterface ()->issueCommand (new RCommand ( ((RKCommandEditorWindow*) activeWindow())->getText(), RCommand::User, ""));
! 	konsole->sendInput(((RKCommandEditorWindow*) activeWindow())->getText() + "\n " ) ;
  }
  
--- 1052,1056 ----
  		return;
  		
! 	RKGlobals::rInterface ()->issueCommand (new RCommand ( ((RKCommandEditorWindow*) activeWindow())->getText(), RCommand::User, ""));
  }
  





More information about the rkward-tracker mailing list