From 4602b00b2d76fca5c9ab86a589192f6bdb1e7ee7 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 01 Sep 2002 14:50:06 +0000 Subject: fix for bug 0000014 --- (limited to 'core/launcher/launcherview.cpp') diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp index 0ced256..c54a00f 100644 --- a/core/launcher/launcherview.cpp +++ b/core/launcher/launcherview.cpp @@ -597,7 +597,7 @@ void LauncherView::internalPopulate( AppLnkSet *folder, const QString& typefilte while ( it.current() ) { // show only the icons for existing files - if (!QFile(it.current()->file()).exists() ) + if (!QFile(it.current()->file()).exists() & it.current()->file().left(4) != "http") { //maybe insert some .desktop file deletion code later //maybe dir specific -- cgit v0.9.0.2