[evolution/gnome-40] I#1459 - ESelectNamesEditable: Skips every second address in the list
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-40] I#1459 - ESelectNamesEditable: Skips every second address in the list
- Date: Fri, 16 Apr 2021 05:55:49 +0000 (UTC)
commit 77962d156a5f760b9a72a2f0c625c3930a9fbc50
Author: Milan Crha <mcrha redhat com>
Date: Fri Apr 16 07:53:33 2021 +0200
I#1459 - ESelectNamesEditable: Skips every second address in the list
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1459
src/calendar/gui/e-select-names-editable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/calendar/gui/e-select-names-editable.c b/src/calendar/gui/e-select-names-editable.c
index e9152263ed..78ad223496 100644
--- a/src/calendar/gui/e-select-names-editable.c
+++ b/src/calendar/gui/e-select-names-editable.c
@@ -117,7 +117,7 @@ e_select_names_editable_get_emails (ESelectNamesEditable *esne)
E_NAME_SELECTOR_ENTRY (esne));
list = e_destination_store_list_destinations (destination_store);
- for (link = list; link != NULL; link = g_list_next (link->next)) {
+ for (link = list; link != NULL; link = g_list_next (link)) {
EDestination *destination;
destination = E_DESTINATION (link->data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]