[evolution/gnome-3-38] I#1242 - Tasks: "Uncompleted Tasks" filter does not work as expected



commit f62a246bb461f344267f14bcbb768f5e96cd9483
Author: Milan Crha <mcrha redhat com>
Date:   Wed Nov 25 12:18:49 2020 +0100

    I#1242 - Tasks: "Uncompleted Tasks" filter does not work as expected
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1242

 src/modules/calendar/e-task-shell-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/modules/calendar/e-task-shell-view.c b/src/modules/calendar/e-task-shell-view.c
index a8c1966ad5..17d1bd037d 100644
--- a/src/modules/calendar/e-task-shell-view.c
+++ b/src/modules/calendar/e-task-shell-view.c
@@ -137,7 +137,7 @@ task_shell_view_execute_search (EShellView *shell_view)
 
                case TASK_FILTER_UNCOMPLETED_TASKS:
                        temp = g_strdup_printf (
-                               "(not (is-completed?) %s)", query);
+                               "(and (not (is-completed?)) %s)", query);
                        g_free (query);
                        query = temp;
                        break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]