From ea95876fbfa57f1a71b39b23ac99db8c9b258cb7 Mon Sep 17 00:00:00 2001 From: Jorge Ruesga Date: Sat, 24 Nov 2012 21:58:21 +0100 Subject: [PATCH] CMFileManager: Fix quickfoldersearch command for files with whitespaces This change fixed the quickfoldersearch command used by InlineAutocompleteTextView widget, when retrieve items with some whitespace in its name. Replace awk by cut command, and redirect stderr output of ls to /dev/null. Change-Id: Id039e573dc5e6ae5755b3251f014f34cd104f426 --- res/xml/command_list.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/xml/command_list.xml b/res/xml/command_list.xml index 26cd51ebf..caa288ac2 100644 --- a/res/xml/command_list.xml +++ b/res/xml/command_list.xml @@ -55,7 +55,7 @@ - +