Added a comment.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 23 Jul 2007 11:43:49 +0000 (11:43 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 23 Jul 2007 11:43:49 +0000 (11:43 +0000)
pmo-trunk-r2769

src/modest-tny-account-store.c

index 3acc619..fc6c5b1 100644 (file)
@@ -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) {