From 5442d929429f196f01ccc543f73d25285f37114f Mon Sep 17 00:00:00 2001 From: chrisparker126 Date: Tue, 23 Feb 2010 19:30:43 +0000 Subject: [PATCH] preparing to add to unfinished git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2400 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/blogs/BlogsDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/blogs/BlogsDialog.cpp b/retroshare-gui/src/gui/blogs/BlogsDialog.cpp index a580b92cc..01ecc3ad6 100644 --- a/retroshare-gui/src/gui/blogs/BlogsDialog.cpp +++ b/retroshare-gui/src/gui/blogs/BlogsDialog.cpp @@ -224,7 +224,7 @@ void BlogsDialog::checkUpdate() if (rsBlogs->blogsChanged(blogIds)) { - /* update Forums List */ + /* update Blogs List */ updateChannelList(); it = std::find(blogIds.begin(), blogIds.end(), mBlogId);