comparison src/multi.c @ 2200:53981aae4f8b

[gaim-migrate @ 2210] fuck me committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 31 Aug 2001 00:22:03 +0000
parents e8e2a72a37b7
children 14100685c95f
comparison
equal deleted inserted replaced
2199:e8e2a72a37b7 2200:53981aae4f8b
71 gc->buddy_chats = NULL; 71 gc->buddy_chats = NULL;
72 gc->groups = NULL; 72 gc->groups = NULL;
73 gc->permit = NULL; 73 gc->permit = NULL;
74 gc->deny = NULL; 74 gc->deny = NULL;
75 75
76 gc->iconfile = "/home/ewarmenhoven/peng.gif";
77
78 connections = g_slist_append(connections, gc); 76 connections = g_slist_append(connections, gc);
79 77
80 user->gc = gc; 78 user->gc = gc;
81 gc->user = user; 79 gc->user = user;
82 80