[evolution] Bug 599890 - Search should not be remembered across folders



commit c8a9da9436d3f37a884af34bbf80a46d4dc1ec00
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Oct 29 19:34:29 2009 -0400

    Bug 599890 - Search should not be remembered across folders

 shell/e-shell-content.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/e-shell-content.c b/shell/e-shell-content.c
index 5d2f3df..3c85fec 100644
--- a/shell/e-shell-content.c
+++ b/shell/e-shell-content.c
@@ -1560,5 +1560,5 @@ e_shell_content_restore_state (EShellContent *shell_content,
 	gtk_action_unblock_activate (action);
 
 	/* Now execute the search. */
-	gtk_action_activate (action);
+	e_shell_view_execute_search (shell_view);
 }



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