src/protocols/yahoo/yahoo.c

changeset 11985
d4a210fb43e9
parent 11972
23ac6d9de1fa
child 12010
aa2f3b07ec09
equal deleted inserted replaced
11984:0ac04d1651b6 11985:d4a210fb43e9
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;

mercurial