Re: [evolution-patches] Patch for Bug # 301922
- From: Antony Vincent Pandian <santony gmail com>
- To: sparthasarathi novell com
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Patch for Bug # 301922
- Date: Mon, 18 Jul 2005 20:02:50 +0530
heres the latest patch with changelog in it.
--
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]