[evolution] Fix a issue for anjal while saving/restoring search across multiple folders



commit e741ec3076ef6776611f8dc3f125011f9da62256
Author: Srinivasa Ragavan <sragavan gnome org>
Date:   Mon Jan 25 16:53:23 2010 +0530

    Fix a issue for anjal while saving/restoring search across multiple
    folders

 shell/e-shell-searchbar.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/e-shell-searchbar.c b/shell/e-shell-searchbar.c
index d98ec8e..a84e1eb 100644
--- a/shell/e-shell-searchbar.c
+++ b/shell/e-shell-searchbar.c
@@ -1051,6 +1051,7 @@ e_shell_searchbar_restore_state (EShellSearchbar *searchbar,
 
 	e_shell_view_block_execute_search (shell_view);
 
+	e_shell_view_set_search_rule (shell_view, NULL);
 	key = STATE_KEY_SEARCH_FILTER;
 	string = g_key_file_get_string (key_file, group_name, key, NULL);
 	if (string != NULL && *string != '\0')



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