aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-content.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-10-30 07:34:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-10-30 07:35:40 +0800
commitc8a9da9436d3f37a884af34bbf80a46d4dc1ec00 (patch)
tree42a4256c1da7693beda56b54b2c0d3eb5d45e8fb /shell/e-shell-content.c
parent7e8315f353375831cce155a5cc892fd444cad971 (diff)
downloadgsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.gz
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.bz2
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.lz
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.xz
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.tar.zst
gsoc2013-evolution-c8a9da9436d3f37a884af34bbf80a46d4dc1ec00.zip
BugĀ 599890 - Search should not be remembered across folders
Diffstat (limited to 'shell/e-shell-content.c')
-rw-r--r--shell/e-shell-content.c2
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);
}