Mercurial > pidgin
comparison src/connection.c @ 8131:968425e5da2f
[gaim-migrate @ 8836]
One more.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sat, 17 Jan 2004 10:29:43 +0000 |
| parents | ff88d4cbf4db |
| children | f24172f53650 |
comparison
equal
deleted
inserted
replaced
| 8130:ff88d4cbf4db | 8131:968425e5da2f |
|---|---|
| 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", |
