comparison src/protocols/gg/gg.c @ 14003:44c5c6d80239

[gaim-migrate @ 16588] This ggp_sr_close_cb() is no longer needed because the core handle calling the close callback as appropriate. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Thu, 27 Jul 2006 20:11:55 +0000
parents 4fa4f2909b0d
children
comparison
equal deleted inserted replaced
14002:fccb5cfa33b9 14003:44c5c6d80239
1158 gaim_debug_error("gg", "ggp_pubdir_reply_handler: " 1158 gaim_debug_error("gg", "ggp_pubdir_reply_handler: "
1159 "Unable to display the search results.\n"); 1159 "Unable to display the search results.\n");
1160 gaim_notify_error(gc, NULL, 1160 gaim_notify_error(gc, NULL,
1161 _("Unable to display the search results."), 1161 _("Unable to display the search results."),
1162 NULL); 1162 NULL);
1163 ggp_sr_close_cb(form);
1164 return; 1163 return;
1165 } 1164 }
1166 1165
1167 form->window = h; 1166 form->window = h;
1168 } else { 1167 } else {