comparison libpurple/protocols/myspace/myspace.c @ 29251:602f3b6ddbbf

Removed _ALLOW_ATTENTION from connection flags Look at the existence of prpl->send_attention to gray out attention button
author Marcus Lundblad <ml@update.uu.se>
date Wed, 29 Oct 2008 20:17:21 +0000
parents 0efd688ed086
children
comparison
equal deleted inserted replaced
29250:0efd688ed086 29251:602f3b6ddbbf
287 287
288 purple_debug_info("msim", "logging in %s\n", acct->username); 288 purple_debug_info("msim", "logging in %s\n", acct->username);
289 289
290 gc = purple_account_get_connection(acct); 290 gc = purple_account_get_connection(acct);
291 gc->proto_data = msim_session_new(acct); 291 gc->proto_data = msim_session_new(acct);
292 gc->flags |= PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_NO_URLDESC | 292 gc->flags |= PURPLE_CONNECTION_HTML | PURPLE_CONNECTION_NO_URLDESC;
293 PURPLE_CONNECTION_ALLOW_ATTENTION;
294 293
295 /* 1. connect to server */ 294 /* 1. connect to server */
296 purple_connection_update_progress(gc, _("Connecting"), 295 purple_connection_update_progress(gc, _("Connecting"),
297 0, /* which connection step this is */ 296 0, /* which connection step this is */
298 4); /* total number of steps */ 297 4); /* total number of steps */