Re: [evolution-patches] Patch for Bug # 301922




    heres the latest patch with changelog in it.

On 7/18/05, partha <sparthasarathi novell com> wrote:
The changelog should be a part of the patch.

On Mon, 2005-07-18 at 18:11 +0530, Antony Vincent Pandian wrote:
> hi
>
>      I have attached the patch for the bug # 301922 with the
> ChangeLog.
>
>      This patch was reviewed a week ago.
>
>      I want to commit it.
>
> --
> Luv,
> S.Antony Vincent Pandian
> _______________________________________________
> evolution-patches mailing list
> evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches



--
Luv,
S.Antony Vincent Pandian
--- e-destination-store.c	2005-07-08 10:34:46.256045960 +0530
+++ e-destination-store-changed.c	2005-07-08 10:35:06.339992736 +0530
@@ -327,6 +327,7 @@ e_destination_store_list_destinations (E
 		destination_list = g_list_prepend (destination_list, destination);
 	}
 	
+	destination_list = g_list_reverse(destination_list);
 	return destination_list;
 }
 
--- ChangeLogbkp	2005-07-18 18:14:06.000000000 +0530
+++ ChangeLog	2005-07-18 18:14:26.000000000 +0530
@@ -1,11 +1,3 @@
-2005-07-07  S.Antony Vincent Pandian <santony gmail com>
-
-	* e-destination-store.c (e_destination_store_list_destinations):
-	adding g_list_reverse(..) after the loop shows the 
-	addresses in the same order as sent thus solving the bug.
-
-	Fixes #301922
-
 2005-05-24  Sushma Rai  <rsushma novell com>
 
 	* e-name-selector-dialog.c (contact_column_formatter): Using 


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