Mercurial > pidgin
comparison libpurple/disco.c @ 26255:de05bdd931ed
The core should be in charge of setting in_progress to FALSE
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 31 Mar 2009 05:22:44 +0000 |
parents | c619bef09bec |
children | d6b2944f04b3 |
comparison
equal
deleted
inserted
replaced
26254:c619bef09bec | 26255:de05bdd931ed |
---|---|
194 if (prpl) | 194 if (prpl) |
195 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); | 195 prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl); |
196 | 196 |
197 if (prpl_info && PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(prpl_info, disco_cancel)) | 197 if (prpl_info && PURPLE_PROTOCOL_PLUGIN_HAS_FUNC(prpl_info, disco_cancel)) |
198 prpl_info->disco_cancel(list); | 198 prpl_info->disco_cancel(list); |
199 | |
200 purple_disco_list_set_in_progress(list, FALSE); | |
199 } | 201 } |
200 | 202 |
201 void purple_disco_service_register(PurpleDiscoService *service) | 203 void purple_disco_service_register(PurpleDiscoService *service) |
202 { | 204 { |
203 PurpleConnection *pc; | 205 PurpleConnection *pc; |