comparison libpurple/protocols/gg/search.c @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents aee8dcd35262
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
133 /* }}} */ 133 /* }}} */
134 134
135 /* guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) {{{ */ 135 /* guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) {{{ */
136 guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form) 136 guint32 ggp_search_start(PurpleConnection *gc, GGPSearchForm *form)
137 { 137 {
138 GGPInfo *info = gc->proto_data; 138 GGPInfo *info = purple_connection_get_protocol_data(gc);
139 gg_pubdir50_t req; 139 gg_pubdir50_t req;
140 guint seq, offset; 140 guint seq, offset;
141 141
142 purple_debug_info("gg", "It's time to perform a search...\n"); 142 purple_debug_info("gg", "It's time to perform a search...\n");
143 143