From c9442bf567252553da8ce216de1e64cbf70db3bd Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 09 Sep 2002 18:21:06 +0000 Subject: mrulist is dead, long live runningappbar, hopefully --- (limited to 'core/launcher/launcher.cpp') diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index effcd24..fd89410 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -58,7 +58,7 @@ #include "syncdialog.h" #include "desktop.h" #include -#include "mrulist.h" +//#include "mrulist.h" #include "qrsync.h" #include #include @@ -730,8 +730,8 @@ void Launcher::systemMessage( const QCString &msg, const QByteArray &data) if ( msg == "closing(QString)" ){ QString app; stream >> app; - qWarning("app closed %s", app.latin1() ); - MRUList::removeTask( app ); + //qWarning("app closed %s", app.latin1() ); + // MRUList::removeTask( app ); }else if ( msg == "linkChanged(QString)" ) { QString link; stream >> link; -- cgit v0.9.0.2