From 115e09bdeb2ee3c7c0b9344f95179e1d10e86e48 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 14 Jul 2003 21:27:38 +0000 Subject: another fix --- (limited to 'core/launcher/launcher.cpp') diff --git a/core/launcher/launcher.cpp b/core/launcher/launcher.cpp index 5f050aa..0205622 100644 --- a/core/launcher/launcher.cpp +++ b/core/launcher/launcher.cpp @@ -165,13 +165,13 @@ void CategoryTabWidget::showTab(const QString& id) void CategoryTabWidget::addItem( const QString& linkfile ) { - int i=0; - AppLnk *app = new AppLnk(linkfile); - if ( !app->isValid() ) { - delete app; - app=0; - } - if ( !app || !app->file().isEmpty() ) { +// int i=0; +// AppLnk *app = new AppLnk(linkfile); +// if ( !app->isValid() ) { +// delete app; +// app=0; +// } +// if ( !app || !app->file().isEmpty() ) { // A document // delete app; // app = new DocLnk(linkfile); @@ -181,19 +181,19 @@ void CategoryTabWidget::addItem( const QString& linkfile ) // ((LauncherView*)(stack->widget(ids.count()-1)))->sort(); // delete app; // } - return; - } +// return; +// } // An application - for ( QStringList::Iterator it=ids.begin(); it!=ids.end(); ++it) { - if ( !(*it).isEmpty() ) { - QRegExp tf(*it,FALSE,TRUE); - if ( tf.match(app->type()) >= 0 ) { - ((LauncherView*)stack->widget(i))->addItem(app); - return; - } - i++; - } - } +// for ( QStringList::Iterator it=ids.begin(); it!=ids.end(); ++it) { +// if ( !(*it).isEmpty() ) { +// QRegExp tf(*it,FALSE,TRUE); +// if ( tf.match(app->type()) >= 0 ) { +// ((LauncherView*)stack->widget(i))->addItem(app); +// return; +// } +// i++; + // } + // } QCopEnvelope e("QPE/TaskBar","reloadApps()"); } @@ -1342,7 +1342,7 @@ DocumentTab::DocumentTab( QWidget *parent, int mode, int selector, const QString : OFileSelector(parent,mode,selector,dirName,fileName) { setYesCancelVisible(false); - setToolbarVisible(true); + setToolbarVisible(false); setPermissionBarVisible(false); setLineEditVisible(false) ; //setChooserVisible( bool chooser ); -- cgit v0.9.0.2