From 48afb3f04b6c38550a715c1ea4afe2726a4ab23f Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Wed, 13 May 2020 11:54:22 +0100 Subject: [PATCH] ui: Indent --- src/bin/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ui/ui.c b/src/bin/ui/ui.c index 02641e7..e7af7ce 100644 --- a/src/bin/ui/ui.c +++ b/src/bin/ui/ui.c @@ -755,7 +755,7 @@ _process_list_feedback_cb(void *data, Ecore_Thread *thread EINA_UNUSED, void *ms EINA_LIST_FOREACH_SAFE(list, l, l_next, proc) { - if ((ui->search_text && ui->search_text[0] && + if ((ui->search_text && ui->search_text[0] && strncasecmp(proc->command, ui->search_text, strlen(ui->search_text))) || (!ui->show_self && proc->pid == ui->program_pid)) {