From bfd933c3b43405833c3c8f794479c16b0c29f49f Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 23 Jul 2007 11:43:49 +0000 Subject: [PATCH] Added a comment. pmo-trunk-r2769 --- src/modest-tny-account-store.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modest-tny-account-store.c b/src/modest-tny-account-store.c index 3acc619..fc6c5b1 100644 --- a/src/modest-tny-account-store.c +++ b/src/modest-tny-account-store.c @@ -1025,6 +1025,7 @@ get_server_accounts (TnyAccountStore *self, TnyList *list, TnyAccountType type) * modest account: */ GSList *iter = list_specifics; while (iter) { + /* The list alternates between the connection name and the transport name: */ /* const gchar* this_connection_name = (const gchar*)(iter->data); */ iter = g_slist_next (iter); if (iter) { -- 1.7.9.5