diff plugins/icq/contacts.c @ 2013:0be1e533036c

[gaim-migrate @ 2023] wee committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Jun 2001 23:39:26 +0000
parents 7b3f1eb1ef7d
children
line wrap: on
line diff
--- a/plugins/icq/contacts.c	Wed Jun 13 23:15:57 2001 +0000
+++ b/plugins/icq/contacts.c	Wed Jun 13 23:39:26 2001 +0000
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 
 /*
- * $Id: contacts.c 1987 2001-06-09 14:46:51Z warmenhoven $
+ * $Id: contacts.c 2023 2001-06-13 23:39:26Z warmenhoven $
  *
  * Copyright (C) 1998-2001, Denis V. Dmitrienko <denis@null.net> and
  *                          Bill Soudan <soudan@kde.org>
@@ -49,6 +49,7 @@
   icq_ContactItem *p = icq_ContactNew(icqlink);
   p->uin = cuin;
   p->vis_list = FALSE;
+  p->invis_list = FALSE;
 
   icq_ListEnqueue(icqlink->d->icq_ContactList, p);
 }