diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-10-30 07:34:29 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-10-30 07:35:40 +0800 |
commit | c8a9da9436d3f37a884af34bbf80a46d4dc1ec00 (patch) | |
tree | 42a4256c1da7693beda56b54b2c0d3eb5d45e8fb | |
parent | 7e8315f353375831cce155a5cc892fd444cad971 (diff) | |
download | gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.gz gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.zst gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.zip |
BugĀ 599890 - Search should not be remembered across folders
-rw-r--r-- | 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 5d2f3df61b..3c85fec039 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); } |