comparison src/protocols/msn/msn.c @ 10716:41a2c35c0941

[gaim-migrate @ 12310] Warn-Be-Gone comes in 5 easy flavors! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 22 Mar 2005 01:18:59 +0000
parents 54ac161a876e
children c4cb90065e1d
comparison
equal deleted inserted replaced
10715:c6bf026fcab9 10716:41a2c35c0941
826 if (gc) 826 if (gc)
827 session = gc->proto_data; 827 session = gc->proto_data;
828 828
829 state = gaim_status_get_id(status); 829 state = gaim_status_get_id(status);
830 830
831 printf("%d %s\n", gc, state); 831 gaim_debug_info("msn", "Set status to %s\n", gaim_status_get_name(status));
832
832 if (strcmp(state, "offline") && !gc) { 833 if (strcmp(state, "offline") && !gc) {
833 gaim_account_connect(account, status); 834 gaim_account_connect(account, status);
834 return; 835 return;
835 } 836 }
836 else if (!strcmp(state, "away")) 837 else if (!strcmp(state, "away"))