Bug 599890 - Search should not be remembered across folders

This commit is contained in:
Matthew Barnes
2009-10-29 19:34:29 -04:00
parent 7e8315f353
commit c8a9da9436

View File

@ -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);
}