aboutsummaryrefslogtreecommitdiff
path: root/libsylph/news.c
diff options
context:
space:
mode:
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;
}