aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar/e-task-shell-view.c')
-rw-r--r--modules/calendar/e-task-shell-view.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/calendar/e-task-shell-view.c b/modules/calendar/e-task-shell-view.c
index ec7d697a9d..72d6c1d117 100644
--- a/modules/calendar/e-task-shell-view.c
+++ b/modules/calendar/e-task-shell-view.c
@@ -101,7 +101,6 @@ task_shell_view_execute_search (EShellView *shell_view)
ECalComponentPreview *task_preview;
ECalendarTable *task_table;
ECalModel *model;
- EFilterRule *rule;
const gchar *format;
const gchar *text;
time_t start_range;
@@ -250,9 +249,7 @@ task_shell_view_execute_search (EShellView *shell_view)
/* XXX This is wrong. We need to programmatically construct an
* EFilterRule, tell it to build code, and pass the resulting
* expression string to ECalModel. */
- rule = e_filter_rule_new ();
- e_shell_content_set_search_rule (shell_content, rule);
- g_object_unref (rule);
+ e_shell_content_set_search_rule (shell_content, NULL);
/* Submit the query. */
task_shell_content = E_TASK_SHELL_CONTENT (shell_content);