Index: lb-module-recent.c
===================================================================
--- lb-module-recent.c	(revision 437)
+++ lb-module-recent.c	(arbetskopia)
@@ -129,11 +129,13 @@
 		LbRecentItem *item = list->data;
 		const gchar  *uri;
 		gchar        *basename;
+		gchar		 *filename;
 
 		uri      = lb_recent_item_get_uri (item);
 		basename = g_path_get_basename (uri);
+		filename = g_filename_from_uri(uri, NULL, NULL);
 
-		if (lb_string_has_substring (basename, match)) {
+		if (g_file_test(filename, G_FILE_TEST_EXISTS) && lb_string_has_substring (basename, match)) {
 			LbItem      *new;
 			const gchar *mime_type;
 			gchar       *icon_name;
