| 3083 const char *msg = NULL; |
3083 const char *msg = NULL; |
| 3084 char *tmp = NULL; |
3084 char *tmp = NULL; |
| 3085 char *conv_msg = NULL; |
3085 char *conv_msg = NULL; |
| 3086 |
3086 |
| 3087 if (!gaim_status_is_active(status)) |
3087 if (!gaim_status_is_active(status)) |
| 3088 return; |
|
| 3089 |
|
| 3090 if (!gaim_account_is_connected(account)) |
|
| 3091 return; |
3088 return; |
| 3092 |
3089 |
| 3093 gc = gaim_account_get_connection(account); |
3090 gc = gaim_account_get_connection(account); |
| 3094 presence = gaim_status_get_presence(status); |
3091 presence = gaim_status_get_presence(status); |
| 3095 yd = (struct yahoo_data *)gc->proto_data; |
3092 yd = (struct yahoo_data *)gc->proto_data; |