[rkward-cvs] rkward/rkward/rbackend rinterface.cpp,1.41,1.42

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Nov 13 19:07:42 UTC 2005


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

Modified Files:
	rinterface.cpp 
Log Message:
Some further statusbar corrections. Some code cleanups

Index: rinterface.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rbackend/rinterface.cpp,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** rinterface.cpp	13 Nov 2005 14:31:29 -0000	1.41
--- rinterface.cpp	13 Nov 2005 19:07:40 -0000	1.42
***************
*** 298,302 ****
  		}
  	} else if (call == "quit") {
! 		RKGlobals::rkApp ()->slotFileQuit ();
  		// if we're still alive, quitting was cancelled
  		issueCommand (".rk.rkreply <- \"Quitting was cancelled\"", RCommand::App | RCommand::Sync, QString::null, 0, 0, request->in_chain);
--- 298,302 ----
  		}
  	} else if (call == "quit") {
! 		RKGlobals::rkApp ()->close ();
  		// if we're still alive, quitting was cancelled
  		issueCommand (".rk.rkreply <- \"Quitting was cancelled\"", RCommand::App | RCommand::Sync, QString::null, 0, 0, request->in_chain);





More information about the rkward-tracker mailing list