[Commits] [SCM] claws branch, master, updated. 3.13.2-113-g1f8a152
ticho at claws-mail.org
ticho at claws-mail.org
Sat Apr 9 12:02:16 CEST 2016
The branch, master has been updated
via 1f8a15286c5eb8cda42f4f9b88151900d0dc5fad (commit)
from 7c87afdcbc271211754ce2d097b20d85ff7cc6ba (commit)
Summary of changes:
src/plugins/rssyl/rssyl_cb_menu.c | 3 ---
1 file changed, 3 deletions(-)
- Log -----------------------------------------------------------------
commit 1f8a15286c5eb8cda42f4f9b88151900d0dc5fad
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Sat Apr 9 12:01:54 2016 +0200
Remove obsolete comment in RSSyl's OPML import.
diff --git a/src/plugins/rssyl/rssyl_cb_menu.c b/src/plugins/rssyl/rssyl_cb_menu.c
index 3abf54d..7a1e8fb 100644
--- a/src/plugins/rssyl/rssyl_cb_menu.c
+++ b/src/plugins/rssyl/rssyl_cb_menu.c
@@ -362,9 +362,6 @@ void rssyl_import_feed_list_cb(GtkAction *action, gpointer data)
ctx = malloc( sizeof(OPMLImportCtx) );
ctx->failures = 0;
- /* This needs to be +2, since we will be comparing it to depth of
- * <outline> tag in OPML's XML structure. Topmost outlines are under
- * <opml> and <body>, hence 2. */
ctx->depth = rssyl_folder_depth(item) + 1;
ctx->current = NULL;
ctx->current = g_slist_append(ctx->current, item);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list