src/connection.c

changeset 8131
0e465d3ad39e
parent 8130
58e4e51f514b
child 8273
7882af5843e9
equal deleted inserted replaced
8130:58e4e51f514b 8131:0e465d3ad39e
163 "Connecting. gc = %p\n", gc); 163 "Connecting. gc = %p\n", gc);
164 164
165 ops = gaim_connections_get_ui_ops(); 165 ops = gaim_connections_get_ui_ops();
166 166
167 if (gc->prpl != NULL) 167 if (gc->prpl != NULL)
168 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl); 168 prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
169 else { 169 else {
170 gchar *message = g_strdup_printf(_("Missing protocol plugin for %s"), 170 gchar *message = g_strdup_printf(_("Missing protocol plugin for %s"),
171 gaim_account_get_username(gaim_connection_get_account(gc))); 171 gaim_account_get_username(gaim_connection_get_account(gc)));
172 172
173 gaim_debug(GAIM_DEBUG_ERROR, "connection", 173 gaim_debug(GAIM_DEBUG_ERROR, "connection",

mercurial