[evolution-patches] UI : Patch for Bug # 262950




        have attached the patch for the bug # 262950.

        When the clear button is pressed, both the search bar's combo box options and the entry text are cleared.

        This bug fixes it by just clearing the search bar's entry text.

--
Luv,
S.Antony Vincent Pandian
--- /home/evolution/Antony/filter_bar_bug/e-search-bar.c	2005-08-27 13:40:35.000000000 +0530
+++ e-search-bar.c	2005-08-27 13:57:17.000000000 +0530
@@ -111,7 +111,7 @@ clear_search (ESearchBar *esb)
 	ESearchBarSubitem *subitems;
 
 	e_search_bar_set_text (esb, "");
-	e_search_bar_set_item_id (esb, 0);
+	e_search_bar_set_item_id (esb, e_search_bar_get_item_id (esb));
 
 	item_row = find_id (esb->option_menu, 0, "EsbChoiceId", &widget);
 
--- /home/evolution/Antony/filter_bar_bug/ChangeLog_misc	2005-08-27 14:02:15.034370200 +0530
+++ ChangeLog	2005-08-27 14:06:28.615819960 +0530
@@ -1,3 +1,11 @@
+2005-08-27  S.Antony Vincent Pandian <santony gmail com>
+
+	* e-search-bar.c: (clear_search) Only the text in the Search bar's entry
+	is cleared and not the combo box options.The parameter of the set item
+	id is set to the current id itself.
+
+	Fixes # 262950
+ 
 2005-07-29  Srinivasa Ragavan <sragavan novell com>
 
 	* e-attachment.c: (e_attachment_new_from_mime_part) used ref instead of 


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