* modest-account-mgr and clients:
[modest] / src / gtk / modest-msg-edit-window.c
index 8411cf7..2ed3095 100644 (file)
@@ -153,7 +153,7 @@ get_transports (void)
        GSList *cursor, *accounts;
        
        account_mgr = modest_runtime_get_account_mgr();
-       cursor = accounts = modest_account_mgr_account_names (account_mgr, NULL);
+       cursor = accounts = modest_account_mgr_account_names (account_mgr);
        while (cursor) {
                gchar *account_name = (gchar*)cursor->data;
                gchar *from_string  = modest_account_mgr_get_from_string (account_mgr,