aboutsummaryrefslogtreecommitdiff
path: root/libsylph/news.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-20 11:07:16 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-20 11:07:16 +0000
commit443d2ed595ef86066c7a2c7ed58ff0a7624b6584 (patch)
tree938d3c3a5ac753f462f6c876d0f98520bbb1f3be /libsylph/news.c
parent16c8d272eea8675ceaafb1e974c663fc1d4f9386 (diff)
reimplemented grouplistdialog with GtkTreeView.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@593 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/news.c')
-rw-r--r--libsylph/news.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsylph/news.c b/libsylph/news.c
index 2872bb00..e54f37d0 100644
--- a/libsylph/news.c
+++ b/libsylph/news.c
@@ -489,6 +489,7 @@ static NewsGroupInfo *news_group_info_new(const gchar *name,
ginfo->first = first;
ginfo->last = last;
ginfo->type = type;
+ ginfo->subscribed = FALSE;
return ginfo;
}