[evolution-patches] [UIHACKFEST]sent patch for bug 262950 and taking up 261239



 


Yahoo! Photos
Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever.
Index: e-search-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-search-bar.c,v
retrieving revision 1.90
diff -u -p -r1.90 e-search-bar.c
--- e-search-bar.c	21 Dec 2005 17:52:04 -0000	1.90
+++ e-search-bar.c	12 Jan 2006 05:05:25 -0000
@@ -111,8 +111,7 @@ clear_search (ESearchBar *esb)
 	ESearchBarSubitem *subitems;
 
 	e_search_bar_set_text (esb, "");
-	e_search_bar_set_item_id (esb, 0);
-
+	
 	item_row = find_id (esb->option_menu, 0, "EsbChoiceId", &widget);
 
 	subitems = g_object_get_data (G_OBJECT (widget), "EsbChoiceSubitems");
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.391
diff -u -p -r1.391 ChangeLog
--- ChangeLog	21 Dec 2005 17:52:04 -0000	1.391
+++ ChangeLog	12 Jan 2006 05:06:17 -0000
@@ -1,3 +1,6 @@
+2006-1-12   Oswald Rodrigues <ozzy_rodrigues yahoo com>
+	* e-search-bar.c:fixed clear function to clear only text.Fixes bug 262950.
+	
 2005-12-21  Srinivasa Ragavan  <sragavan novell com>
 
 	** Fixes bug #324590


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