| 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", |