comparison src/server.c @ 10116:9f358a718f38

[gaim-migrate @ 11153] I went through every commit email on oldstatus since we branched, and merged relevant things to HEAD that had only been applied on oldstatus. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 18 Oct 2004 19:02:33 +0000
parents 60db14d54914
children a66cf83552dc
comparison
equal deleted inserted replaced
10115:4fd312ceaa29 10116:9f358a718f38
100 } 100 }
101 } 101 }
102 102
103 void serv_close(GaimConnection *gc) 103 void serv_close(GaimConnection *gc)
104 { 104 {
105 GaimPlugin *prpl;
106 GaimPluginProtocolInfo *prpl_info = NULL; 105 GaimPluginProtocolInfo *prpl_info = NULL;
107 106
108 while (gc->buddy_chats) { 107 while (gc->buddy_chats) {
109 GaimConversation *b = gc->buddy_chats->data; 108 GaimConversation *b = gc->buddy_chats->data;
110 109
122 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); 121 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
123 122
124 if (prpl_info->close) 123 if (prpl_info->close)
125 (prpl_info->close)(gc); 124 (prpl_info->close)(gc);
126 } 125 }
127
128 prpl = gc->prpl;
129 } 126 }
130 127
131 void serv_touch_idle(GaimConnection *gc) 128 void serv_touch_idle(GaimConnection *gc)
132 { 129 {
133 /* Are we idle? If so, not anymore */ 130 /* Are we idle? If so, not anymore */