From 29c556ffc9b1497cd996ceb46d646b1eaf1288be Mon Sep 17 00:00:00 2001 From: kergoth Date: Sat, 19 Apr 2003 22:07:06 +0000 Subject: Split calibrate out as a standalone application, and ensure taskbar depends on it. This makes ts debugging easier, having a seperate calibration tool around, and as a side affect fixes calibration on the C700, which previously required a reboot to take effect. --- (limited to 'core/launcher/desktop.cpp') diff --git a/core/launcher/desktop.cpp b/core/launcher/desktop.cpp index 6def126..ef0bf4c 100644 --- a/core/launcher/desktop.cpp +++ b/core/launcher/desktop.cpp @@ -98,7 +98,6 @@ static int loggedin = 0; static void login( bool at_poweron ) { if ( !loggedin ) { - Global::terminateBuiltin( "calibrate" ); Password::authenticate( at_poweron ); loggedin = 1; QCopEnvelope e( "QPE/Desktop", "unlocked()" ); @@ -622,7 +621,6 @@ void Desktop::executeOrModify( const QString& appLnkFile ) AppLnk lnk( MimeType::appsFolderName() + "/" + appLnkFile ); if ( lnk.isValid() ) { QCString app = lnk.exec().utf8(); - Global::terminateBuiltin( "calibrate" ); if ( QCopChannel::isRegistered( "QPE/Application/" + app ) ) { // MRUList::addTask( &lnk ); if ( hasVisibleWindow( app ) ) -- cgit v0.9.0.2