From 9a88e0d4601aa8557e5c42d9f943c1cb4f165282 Mon Sep 17 00:00:00 2001 From: ikemo Date: Wed, 16 Apr 2003 16:29:38 +0000 Subject: [PATCH] fix numbering git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@160 56b19765-1e22-0410-a548-a0f45d66c51a --- kita/src/part/kitathreadview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kita/src/part/kitathreadview.cpp b/kita/src/part/kitathreadview.cpp index fff4a10..7de02dd 100644 --- a/kita/src/part/kitathreadview.cpp +++ b/kita/src/part/kitathreadview.cpp @@ -221,7 +221,6 @@ void KitaThreadView::slotThreadResult(KIO::Job* job) text += ""; text += ""; while(!stream.atEnd()) { - num++; line = stream.readLine(); Kita2ch::Comment comment(line); @@ -229,6 +228,7 @@ void KitaThreadView::slotThreadResult(KIO::Job* job) continue; } + num++; if(num == 1) { m_thread.setName(comment.getSubject()); } -- 2.11.0