aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 02:13:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 02:13:20 +0000
commit2cd264470b958475c5ffa7153d16f65ee274a826 (patch)
treefd664e339c2d2621bb17f2a036dfd931d2626de4 /src/summaryview.c
parente8a04f8c95d277024721fec5d9ddccb85ccbd5a3 (diff)
added 'Mark thread as read' to the main menu.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@945 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/summaryview.c')
-rw-r--r--src/summaryview.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/summaryview.c b/src/summaryview.c
index f2d554f2..9dcf2215 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -2831,7 +2831,9 @@ void summary_mark_thread_as_read(SummaryView *summaryview)
}
g_slist_free(msglist);
+ g_slist_foreach(top_rows, (GFunc)gtk_tree_path_free, NULL);
g_slist_free(top_rows);
+ g_slist_foreach(thr_rows, (GFunc)gtk_tree_path_free, NULL);
g_slist_free(thr_rows);
SORT_UNBLOCK(SORT_BY_UNREAD);