| 174 username); |
174 username); |
| 175 |
175 |
| 176 if(!PURPLE_IS_CONTACT(contact)) { |
176 if(!PURPLE_IS_CONTACT(contact)) { |
| 177 g_warning("failed to find a user named '%s' on account %s", |
177 g_warning("failed to find a user named '%s' on account %s", |
| 178 username, |
178 username, |
| 179 purple_contact_info_get_username(PURPLE_CONTACT_INFO(account))); |
179 purple_account_get_username(account)); |
| 180 |
180 |
| 181 return; |
181 return; |
| 182 } |
182 } |
| 183 |
183 |
| 184 conversation = purple_contact_find_dm(contact); |
184 conversation = purple_contact_find_dm(contact); |